pretty-lights
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "pretty-lights", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "CSS-in-JS with a reliable API", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"main": "lib/pretty-lights.js", | ||
"umd:main": "lib/pretty-lights.umd.js", | ||
"module": "lib/pretty-lights.modern.js", | ||
"source": "src/index.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"repository": { | ||
@@ -24,3 +27,40 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/nytimes/pretty-lights#readme" | ||
"homepage": "https://github.com/nytimes/pretty-lights#readme", | ||
"dependencies": { | ||
"@emotion/hash": "0.7.3", | ||
"@emotion/is-prop-valid": "0.8.3", | ||
"@emotion/memoize": "0.7.3", | ||
"@emotion/stylis": "0.8.4", | ||
"@emotion/unitless": "0.7.4", | ||
"@emotion/weak-memoize": "0.2.4", | ||
"hoist-non-react-statics": "3.3.0", | ||
"stylis": "^3.5.4", | ||
"stylis-rule-sheet": "^0.0.10" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.6.2", | ||
"@babel/core": "7.6.2", | ||
"@babel/preset-env": "7.6.2", | ||
"@emotion/babel-utils": "0.6.10", | ||
"convert-source-map": "1.6.0", | ||
"find-root": "1.1.0", | ||
"microbundle": "0.11.0", | ||
"mkdirp": "0.5.1", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"rimraf": "3.0.0", | ||
"source-map": "0.7.3", | ||
"touch": "3.1.0" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib babel", | ||
"build:babel-plugin": "babel src/babel -d babel", | ||
"build:main": "NODE_ENV=production microbundle --jsx React.createElement", | ||
"compile": "npm run clean && npm run build:main && npm run build:babel-plugin", | ||
"prepare": "npm run compile" | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
149243
9
126
0
11
13
4
42
+ Added@emotion/hash@0.7.3
+ Added@emotion/is-prop-valid@0.8.3
+ Added@emotion/memoize@0.7.3
+ Added@emotion/stylis@0.8.4
+ Added@emotion/unitless@0.7.4
+ Added@emotion/weak-memoize@0.2.4
+ Addedstylis@^3.5.4
+ Addedstylis-rule-sheet@^0.0.10
+ Added@emotion/hash@0.7.3(transitive)
+ Added@emotion/is-prop-valid@0.8.3(transitive)
+ Added@emotion/memoize@0.7.3(transitive)
+ Added@emotion/stylis@0.8.4(transitive)
+ Added@emotion/unitless@0.7.4(transitive)
+ Added@emotion/weak-memoize@0.2.4(transitive)
+ Addedhoist-non-react-statics@3.3.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedscheduler@0.19.1(transitive)
+ Addedstylis@3.5.4(transitive)
+ Addedstylis-rule-sheet@0.0.10(transitive)