New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rebass

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rebass - npm Package Compare versions

Comparing version 3.0.0-4 to 3.0.0-5

dist/emotion.esm.js

19

package.json
{
"name": "rebass",
"version": "3.0.0-4",
"version": "3.0.0-5",
"description": "React primitive UI components built with styled-system",
"main": "dist/index.js",
"module": "dist/index.es.js",
"module": "dist/index.esm.js",
"sideEffects": false,
"scripts": {
"prepare": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:emotion:cjs && npm run build:emotion:esm",
"prepare": "npm run clean && npm run build && npm run build:esm && npm run build:emotion && npm run build:emotion:esm",
"clean": "rm -rf dist",
"build:cjs": "NODE_ENV=cjs babel src -d dist",
"build:esm": "NODE_ENV=esm babel src -o dist/index.es.js",
"build:emotion:cjs": "NODE_ENV=emotion:cjs babel src -o dist/emotion.js",
"build:emotion:esm": "NODE_ENV=emotion:esm babel src -o dist/emotion.es.js",
"build": "NODE_ENV=cjs babel src -d dist",
"build:esm": "NODE_ENV=esm babel src -o dist/index.esm.js",
"build:emotion": "NODE_ENV=emotion:cjs babel src -o dist/emotion.js",
"build:emotion:esm": "NODE_ENV=emotion:esm babel src -o dist/emotion.esm.js",
"start": "mdx-go docs",

@@ -83,3 +83,6 @@ "docs": "mdx-go build docs -d site",

}
}
},
"projects": [
"<rootDir>"
]
},

@@ -86,0 +89,0 @@ "bundlesize": [

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