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

@chakra-ui/babel-plugin

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/babel-plugin - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

LICENSE

25

package.json
{
"name": "@chakra-ui/babel-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "Mark custom forwardRef and memo as pure for tree shaking",

@@ -17,17 +17,12 @@ "license": "MIT",

],
"scripts": {
"prepublish": "yarn build",
"lint": "eslint --ext .js src",
"test": "jest --passWithNoTests",
"build": "babel src -d dist"
},
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.12.10",
"@babel/helper-plugin-utils": "^7.10.4"
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.9"
},
"peerDependencies": {
"@babel/core": "^7.12.10"
"@babel/core": "^7.18.9"
},
"devDependencies": {
"@babel/core": "^7.16.0"
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9"
},

@@ -41,3 +36,9 @@ "jest": {

]
},
"scripts": {
"prepublish": "pnpm build",
"lint": "eslint --ext .js src",
"test": "jest --passWithNoTests",
"build": "babel src -d dist"
}
}
}
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