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

elegant-react

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elegant-react - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

lib/create-elegant-decorator.js

26

package.json
{
"name": "elegant-react",
"version": "0.2.1",
"version": "0.2.2",
"description": "Elegant Functional Architecture for React",
"main": "src",
"main": "lib",
"repository": {

@@ -12,12 +12,2 @@ "type": "git",

"bugs": "https://github.com/gilbox/elegant-react/issues",
"scripts": {
"build-global-elegant": "NODE_ENV=production webpack src/index.js build/global/elegant-react.js && NODE_ENV=production COMPRESS=1 webpack src/index.js build/global/elegant-react.min.js && echo \"gzipped, the global build is `gzip -c build/global/elegant-react.min.js | wc -c` bytes\"",
"build-global": "rm -rf build/global && npm run build-global-elegant",
"build-npm": "rm -rf build/npm && babel -d build/npm/lib ./src --stage 0 && cp README.md build/npm && find -X build/npm/lib -type d -name __tests__ | xargs rm -rf && node -p 'p=require(\"./package-npm\");JSON.stringify(p,null,2)' > build/npm/package.json",
"examples": "rm -rf examples/js && webpack-dev-server --config examples/webpack.config.js --content-base examples",
"examples-build": "rm -rf examples/js && webpack --config examples/webpack.build.config.js",
"test": "jsxhint . && karma start",
"publish": "npm publish ./build/npm",
"prepush": "npm run examples-build"
},
"authors": [

@@ -27,14 +17,2 @@ "Gil Birman <birmangil@gmail.com> (http://gilbox.me/)"

"license": "MIT",
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"flyd": "^0.1.14",
"immutable": "^3.7.3",
"jjv": "^1.0.2",
"node-libs-browser": "^0.5.2",
"react": "0.13.x",
"rebound": "0.0.13",
"webpack": "^1.10.0"
},
"peerDependencies": {},

@@ -41,0 +19,0 @@ "dependencies": {},

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