Socket
Socket
Sign inDemoInstall

babel-plugin-transform-dynamic-imports-to-static-imports

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 1.0.0

CHANGELOG.md

14

package.json
{
"name": "babel-plugin-transform-dynamic-imports-to-static-imports",
"version": "0.3.0",
"version": "1.0.0",
"description": "transform dynamic import to static imports",

@@ -9,3 +9,4 @@ "main": "index.js",

"lint": "prettier --check .",
"test": "jest"
"test": "jest",
"prepare": "husky install"
},

@@ -34,12 +35,7 @@ "repository": {

"@babel/plugin-syntax-top-level-await": "^7.0.0",
"babel-plugin-tester": "^9.0.0",
"husky": "^4.0.0",
"babel-plugin-tester": "^10.0.0",
"husky": "^6.0.0",
"jest": "^26.0.0",
"prettier": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm test && npm run lint"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc