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.1 to 3.0.2

35

package.json
{
"name": "rebass",
"version": "3.0.1",
"version": "3.0.2",
"description": "React primitive UI components built with styled-system",

@@ -11,4 +11,4 @@ "main": "dist/index.js",

"clean": "rm -rf dist",
"start": "mdx-go docs",
"docs": "mdx-go build docs -d site",
"start": "gx docs",
"docs": "gx build docs",
"cover": "jest --coverage && npx codecov",

@@ -36,18 +36,17 @@ "test": "jest",

"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.0",
"@emotion/styled": "^10.0.0",
"babel-core": "^7.0.0-bridge.0",
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"babel-jest": "^24.0.0",
"babel-plugin-transform-rename-import": "^2.3.0",
"buble": "0.19.4",
"jest": "^23.6.0",
"gx": "^2.0.0-19",
"jest": "^24.5.0",
"jest-styled-components": "^6.2.2",
"mdx-go": "^2.0.0-31",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-test-renderer": "^16.6.3",
"styled-components": "^4.1.1"
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-test-renderer": "^16.8.5",
"styled-components": "^4.2.0"
},

@@ -69,3 +68,5 @@ "peerDependencies": {

],
"setupTestFrameworkScriptFile": "jest-styled-components",
"setupFilesAfterEnv": [
"jest-styled-components"
],
"coverageReporters": [

@@ -72,0 +73,0 @@ "html",

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