react-stickerpipe
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "react-stickerpipe", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "React Component for StickerPipe API", | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/*" | ||
], | ||
"scripts": { | ||
"watch": "babel -d lib/ -w src/", | ||
"compile": "babel -d lib/ src/", | ||
"prepublish": "npm run compile" | ||
"watch": "babel -d dist/ -w src/", | ||
"compile": "babel -d dist/ src/", | ||
"lint": "eslint src/*", | ||
"prepublish": "npm run lint && npm run compile" | ||
}, | ||
@@ -53,5 +57,2 @@ "repository": { | ||
}, | ||
"peerDependencies": { | ||
"react": ">=0.13" | ||
}, | ||
"babel": { | ||
@@ -68,4 +69,5 @@ "presets": [ | ||
"dependencies": { | ||
"react": "^15.4.1", | ||
"superagent": "^3.0.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # React StickerPipe | ||
[![NPM](https://nodei.co/npm/react-stickerpipe.png?compact=true)](https://nodei.co/npm/react-stickerpipe/) | ||
[![NPM](https://nodei.co/npm/react-stickerpipe.png)](https://nodei.co/npm/react-stickerpipe/) | ||
@@ -13,0 +13,0 @@ Basic Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35736
13
726
1
+ Addedreact@^15.4.1
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.7.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removedreact@19.0.0(transitive)