Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vianuvem-vn/feature-toggle

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vianuvem-vn/feature-toggle - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.js

18

package.json
{
"name": "@vianuvem-vn/feature-toggle",
"version": "1.0.2",
"version": "1.0.3",
"author": "Ramon Francisco",
"main": "dist/main.js",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://ramonViaNuvem@bitbucket.org/vianuvem/vianuvem-feature-toggle.git"
},
"license": "MIT",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"devDependencies": {

@@ -12,6 +19,3 @@ "webpack": "^5.31.0",

},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
}
"homepage": "https://bitbucket.org/vianuvem/vianuvem-feature-toggle#readme"
}

@@ -1,1 +0,1 @@

export default 'hello world!';
export default 'Hello World - Feature toggle'
const path = require('path');
module.exports = {
entry: './src/main.js',
entry: './src/index.js',
mode: 'none',
output: {
filename: 'main.js',
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),
},
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc