Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "flag", | ||
"version": "1.0.0", | ||
"description": "A temporary holding place for this while I work on it.", | ||
"main": "index.js", | ||
"author": "Gabe Scholz", | ||
"license": "MIT" | ||
"version": "1.0.2", | ||
"description": "Feature flagging made easy for React and Redux", | ||
"main": "./build/index.ts", | ||
"types": "./build/index.d.ts", | ||
"author": "Unbounce", | ||
"license": "MIT", | ||
"repository": "github:unbounce/react-redux-feature-flag", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rm -rf build && tsc --outDir build -d", | ||
"release": "np" | ||
}, | ||
"dependencies": { | ||
"@types/lodash": "^4.14.64", | ||
"deep-computed": "^0.0.6" | ||
}, | ||
"peerDependencies": { | ||
"lodash": "^4.17.4", | ||
"react": "^15.5.4", | ||
"react-redux": "^5.0.5", | ||
"redux": "^3.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^19.2.3", | ||
"@types/react": "^15.0.25", | ||
"@types/react-redux": "^4.4.40", | ||
"enzyme": "^2.8.2", | ||
"jest": "^20.0.4", | ||
"np": "^2.15.0", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-redux": "^5.0.5", | ||
"react-test-renderer": "^15.5.4", | ||
"redux": "^3.6.0", | ||
"ts-jest": "^20.0.4", | ||
"typescript": "^2.3.3" | ||
}, | ||
"jest": { | ||
"transform": { | ||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
}, | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
] | ||
} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
125161
11
92
0
136
0
6
13
+ Added@types/lodash@^4.14.64
+ Addeddeep-computed@^0.0.6
+ Added@babel/runtime@7.26.0(transitive)
+ Added@types/lodash@4.17.13(transitive)
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedcreate-react-class@15.7.0(transitive)
+ Addeddeep-computed@0.0.6(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addedhoist-non-react-statics@3.3.2(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedinvariant@2.2.4(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedlodash-es@4.17.21(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)
+ Addedreact-lifecycles-compat@3.0.4(transitive)
+ Addedreact-redux@5.1.2(transitive)
+ Addedredux@3.7.2(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedsymbol-observable@1.2.0(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)