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

styled-jsx

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-jsx - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/babel.js

46

package.json
{
"name": "styled-jsx",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"main": "./flush.js",
"repository": "zeit/styled-jsx",
"main": "./dist/flush.js",
"files": [
"dist",
"lib"
],
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-plugin-syntax-jsx": "^6.18.0"

@@ -14,8 +17,12 @@ },

"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-3": "^6.16.0",
"babel-register": "^6.18.0",
"fs-promise": "^1.0.0"
"fs-promise": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"xo": "^0.17.1"
},

@@ -27,15 +34,32 @@ "babel": {

"react"
],
"plugins": [
"transform-runtime"
]
},
"scripts": {
"test": "ava test/styles.js"
"dev": "gulp",
"prepublish": "gulp transpile",
"test": "xo && ava test/styles.js"
},
"ava": {
"require": [
"babel-register"
"babel-register",
"babel-polyfill"
]
},
"xo": {
"esnext": true,
"space": true,
"semicolon": false,
"ignores": [
"lib/**",
"test/fixtures/**"
],
"envs": [
"node",
"browser"
],
"rules": {
"import/no-unresolved": 0,
"new-cap": 0
}
}
}
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