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

styled-system

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-system - npm Package Compare versions

Comparing version 3.1.0-3 to 3.1.0

babel.config.js

4

CHANGELOG.md
# Changelog
## v3.1.0 2018-09-11
- Upgrade to Babel 7
## v3.0.0

@@ -5,0 +9,0 @@

42

package.json
{
"name": "styled-system",
"version": "3.1.0-3",
"version": "3.1.0",
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"main": "dist/index",
"sideEffects": false,
"scripts": {
"prepare": "pkg-bundler src/index.js",
"prepare": "npm run clean && npm run build:cjs && npm run build:esm",
"clean": "rm -rf dist && mkdir dist",
"build:cjs": "NODE_ENV=cjs babel src/index.js -o dist/index.js",
"build:esm": "NODE_ENV=esm babel src/index.js -o dist/index.mjs",
"start": "x0 docs",

@@ -17,3 +19,3 @@ "docs": "x0 build docs -d site",

"codecov": "nyc report --reporter=html --reporter=lcov > coverage.lcov && codecov",
"test": "NODE_ENV=test nyc ava",
"test": "nyc ava",
"bench": "node bench",

@@ -33,11 +35,9 @@ "pkg:clean": "node scripts/clean",

"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@compositor/x0": "^6.0.2",
"ava": "^0.25.0",
"babel-cli": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"ava": "^1.0.0-beta.8",
"benchmark": "^2.1.4",

@@ -49,3 +49,2 @@ "bundlesize": "^0.17.0",

"nyc": "^12.0.2",
"pkg-bundler": "^1.0.0-0",
"react": "^16.4.0",

@@ -55,5 +54,2 @@ "react-test-renderer": "^16.4.0",

"repng": "^3.0.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.5",
"scrs": "^1.1.0",

@@ -65,9 +61,9 @@ "sinon": "^4.3.0",

"require": [
"babel-register"
],
"babel": "inherit"
"@babel/register"
]
},
"nyc": {
"ignore": [
"test.js",
"exclude": [
"test/**/*",
"**/babel.config.js",
"docs",

@@ -80,3 +76,3 @@ "bench",

{
"path": "dist/*.js"
"path": "dist/*"
}

@@ -83,0 +79,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