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

babel-plugin-system-import-transformer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-system-import-transformer - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

.babelrc

24

package.json
{
"name": "babel-plugin-system-import-transformer",
"version": "2.0.0",
"version": "2.1.0",
"description": "Babel plugin that replaces System.import with the equivalent UMD pattern",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "npm run-script build && node test",
"watch": "node test --watch",
"build": "./node_modules/.bin/babel src --out-dir dist",
"prepublish": "./node_modules/.bin/babel src --out-dir dist"
},
"author": "Thodoris Greasidis",

@@ -23,3 +29,15 @@ "license": "MIT",

},
"homepage": "https://github.com/thgreasi/babel-plugin-system-import-transformer"
"homepage": "https://github.com/thgreasi/babel-plugin-system-import-transformer",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chalk": "^1.1.3",
"clear": "0.0.1",
"diff": "^2.2.3",
"js-beautify": "^1.6.2",
"watch": "^0.18.0"
}
}
# babel-plugin-system-import-transformer
[![Build Status](https://travis-ci.org/thgreasi/babel-plugin-system-import-transformer.svg?branch=master)](https://travis-ci.org/thgreasi/babel-plugin-system-import-transformer)
[![npm](https://img.shields.io/npm/v/babel-plugin-system-import-transformer.svg)](https://www.npmjs.com/package/babel-plugin-system-import-transformer)

@@ -3,0 +4,0 @@ [![npm](https://img.shields.io/npm/dm/babel-plugin-system-import-transformer.svg)](https://www.npmjs.com/package/babel-plugin-system-import-transformer)

index.js

Sorry, the diff of this file is not supported yet

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