New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

six-favorites-control-widget

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

six-favorites-control-widget - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

79

package.json
{
"name": "six-favorites-control-widget",
"version": "0.1.3",
"description": "SIX Favorites Control Widget",
"main": "lib",
"version": "0.1.4",
"description": "SIX Favorites Control Widget (Obsolete)",
"scripts": {
"prepare": "create-meta-version",
"env": "env",
"start": "webpack-dev-server --config node_modules/six-widget-buildsupport/webpack-with-sdk.js --inline --hot",
"test": "eslint -c .eslintrc.json src && mocha --compilers js:babel-register --recursive ./test --require ./test/.setup.js --require ignore-styles",
"test:karma": "karma start karma.config.js",
"compile": "babel src --out-dir lib --presets es2015,react --plugins transform-object-rest-spread,transform-class-properties,transform-object-assign",
"dist": "npm run bundle && npm run bundle:with-sdk && npm run bundle:with-sdk-and-react",
"bundle": "webpack -p --config node_modules/six-widget-buildsupport/webpack.js",
"bundle:with-sdk": "webpack -p --config node_modules/six-widget-buildsupport/webpack-with-sdk.js",
"bundle:with-sdk-and-react": "webpack -p --config node_modules/six-widget-buildsupport/webpack-with-sdk-and-react.js",
"bundle:dev": "webpack --config node_modules/six-widget-buildsupport/webpack.js",
"get-stage": "get-stage",
"push:npm": "npm run compile && cp ./src/widget.css ./lib && npm publish",
"push:npm": "npm run compile && npm run minify && cp ./src/widget.css ./lib && npm publish",
"push:cdn": "push-cdn",
"deploy": "npm install && npm run prepare && npm run dist && npm run push:cdn && npm run push:npm",
"clean": "rm -fr dist lib",
"validate:package": "validate-package-json"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.4.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.4.3",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"enzyme": "^2.0.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"ignore-styles": "^1.2.0",
"jsdom": "^9.2.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "^2.1.3",
"react": "^15.3.0",
"react-addons-test-utils": "15.3.0",
"react-dom": "^15.3.0",
"sinon": "^1.17.3",
"six-favorites-manager": "^0.1.5",
"six-widget-buildsupport": "^1.1.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"uglify-js": "^2.6.1",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"yargs": "^3.32.0"
},
"dependencies": {
"six-icon": "^2.0.0",
"six-sdk": "^0.6.1",
"six-widget-support": "^2.0.1"
},
"peerDependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"six-favorites-manager": "^0.1.5"
"deploy": "npm install && npm run dist && npm run push:cdn && npm run push:npm"
}
}

@@ -5,32 +5,2 @@ # six-favorites-control-widget

[Example](example/index.html)
## Building the component
### Tools
Base
* [ReactJS](http://facebook.github.io/react/)
* [NodeJS](https://nodejs.org/)
* [Babel](https://babeljs.io/)
* [Webpack](https://webpack.github.io/)
Test
* [Mocha](http://mochajs.org/)
* [Chai](http://chaijs.com/)
* [Sinon](http://sinonjs.org/)
* [Karma](https://karma-runner.github.io/)
* [ESLint](http://eslint.org/)
* [AirBnB ESLint Configuration](https://github.com/airbnb/javascript)
### Commands
Build
npm install && npm run compile && npm run dist
Test
npm test
Obolete component which was developed to support functionality that was never used.

Sorry, the diff of this file is not supported yet

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