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

babel-plugin-transform-amd-to-commonjs

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-amd-to-commonjs - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

.babelrc

14

package.json
{
"name": "babel-plugin-transform-amd-to-commonjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Transforms AMD code to CommonJS",
"main": "index.js",
"main": "build.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
"lint": "eslint .",
"prepublish": "babel index.js --out-file build.js"
},
"engines": {
"node": ">=6"
"node": ">=4"
},

@@ -32,5 +33,8 @@ "repository": {

"babel-core": "^6.20.0",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.12.0",
"eslint-config-msrose": "^0.1.0",
"jest": "^17.0.3"
"jest": "^20.0.4",
"regenerator-runtime": "^0.10.5"
},

@@ -37,0 +41,0 @@ "jest": {

@@ -5,2 +5,3 @@ # babel-plugin-transform-amd-to-commonjs

[![Build Status](https://travis-ci.org/msrose/babel-plugin-transform-amd-to-commonjs.svg?branch=master)](https://travis-ci.org/msrose/babel-plugin-transform-amd-to-commonjs)
[![devDependencies Status](https://david-dm.org/msrose/babel-plugin-transform-amd-to-commonjs/dev-status.svg)](https://david-dm.org/msrose/babel-plugin-transform-amd-to-commonjs?type=dev)

@@ -11,2 +12,4 @@ Babel plugin that transforms AMD to CommonJS.

[Check out the example project](https://github.com/msrose/transform-amd-to-commonjs-example) that has Jest tests synchronously `require`ing AMD modules.
```

@@ -91,6 +94,2 @@ npm install --save-dev babel-plugin-transform-amd-to-commonjs

### Only Node.js version 6+ supported
If you would like support for lower versions of node (4+), please submit an issue.
### One module per file

@@ -97,0 +96,0 @@

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