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

styled-tools

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-tools - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/index.cjs.js

16

package.json
{
"name": "styled-tools",
"version": "0.2.3",
"version": "0.2.4",
"description": "Utilities for styled-components",
"license": "MIT",
"repository": "diegohaz/styled-tools",
"main": "index.js",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"author": {

@@ -17,4 +18,3 @@ "name": "Diego Haz",

"files": [
"dist",
"index.js"
"dist"
],

@@ -29,5 +29,7 @@ "scripts": {

"docs": "documentation readme src --section=API",
"clean": "del dist",
"clean": "del dist && make-dir dist",
"prebuild": "npm run docs && npm run clean",
"build": "babel src -d dist",
"build": "npm run build:cjs && npm run build:es",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --out-file dist/index.cjs.js",
"build:es": "cross-env BABEL_ENV=es babel src --out-file dist/index.es.js",
"watch": "npm-watch",

@@ -62,2 +64,3 @@ "patch": "npm version patch && npm publish",

"babel-preset-stage-2": "^6.18.0",
"cross-env": "^5.1.3",
"del-cli": "^1.0.0",

@@ -73,2 +76,3 @@ "documentation": "^5.3.2",

"jest-cli": "^22.0.6",
"make-dir-cli": "^1.0.0",
"npm-watch": "^0.3.0",

@@ -75,0 +79,0 @@ "opn-cli": "^3.1.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