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

babel-plugin-kimport

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-kimport - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

31

package.json
{
"name": "babel-plugin-kimport",
"version": "1.0.0",
"version": "1.0.1",
"description": "A component modular import plugin for babel ",
"main": "index.js",
"scripts": {
"test": "test"
"build": "rm -rf lib && babel src --out-dir lib",
"lint": "eslint --ext .js src --fix",
"prepublish": "npm run build"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/SoldierAb/babel-plugin-kimport.git"
},
"keywords": [

@@ -14,3 +23,19 @@ "babel-plugin",

"author": "cgj",
"license": "ISC"
"license": "MIT",
"devDependencies": {
"@babel/helper-module-imports": "^7.7.4",
"assert": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"pre-commit": "^1.2.2"
}
}
src/index.js
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