🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

babel-plugin-syntax-trailing-function-commas

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-syntax-trailing-function-commas - npm Package Compare versions

Comparing version

to
7.0.0-alpha.1

4

lib/index.js

@@ -11,4 +11,2 @@ "use strict";

};
};
module.exports = exports["default"];
};
{
"name": "babel-plugin-syntax-trailing-function-commas",
"version": "6.22.0",
"version": "7.0.0-alpha.1",
"description": "Compile trailing function commas to ES5",

@@ -13,4 +13,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",

"devDependencies": {
"babel-helper-plugin-test-runner": "^6.22.0"
"babel-helper-plugin-test-runner": "7.0.0-alpha.1"
}
}

@@ -17,3 +17,2 @@ # babel-plugin-syntax-trailing-function-commas

```
[Try in REPL](http://babeljs.io/repl/#?evaluate=true&presets=es2015%2Cstage-0&code=function%20clownPuppiesEverywhere(%0A%20%20param1%2C%0A%20%20param2%2C%0A)%20%7B%20%2F*%20...%20*%2F%20%7D%0A%0AclownPuppiesEverywhere(%0A%20%20'foo'%2C%0A%20%20'bar'%2C%0A)%3B)

@@ -20,0 +19,0 @@ ## Example