Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pretty-lights

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-lights - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/pretty-lights.js

52

package.json
{
"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"
}
}
.gitattributes
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