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

babel-preset-meteor

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-meteor - npm Package Compare versions

Comparing version 6.4.0 to 6.4.1

7

index.js

@@ -25,8 +25,3 @@ // TODO Somehow expose a hash of these plugin options?

require("babel-plugin-transform-es2015-literals"),
[require(
// TODO When https://github.com/babel/babel/pull/3118 gets merged,
// go back to using the official npm package:
// "babel-plugin-transform-es2015-modules-commonjs"
"./plugins/modules-commonjs.js"
), {
[require("babel-plugin-transform-es2015-modules-commonjs"), {
loose: true

@@ -33,0 +28,0 @@ }],

16

package.json
{
"name": "babel-preset-meteor",
"version": "6.4.0",
"version": "6.4.1",
"description": "Babel preset for ES2015+ features supported by Meteor",

@@ -19,3 +19,3 @@ "author": "Ben Newman <ben@meteor.com>",

"babel-plugin-transform-es2015-block-scoping": "^6.4.0",
"babel-plugin-transform-es2015-classes": "^6.4.0",
"babel-plugin-transform-es2015-classes": "^6.4.5",
"babel-plugin-transform-es2015-computed-properties": "^6.4.0",

@@ -26,5 +26,5 @@ "babel-plugin-transform-es2015-destructuring": "^6.4.0",

"babel-plugin-transform-es2015-literals": "^6.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
"babel-plugin-transform-es2015-object-super": "^6.4.0",
"babel-plugin-transform-es2015-parameters": "^6.4.2",
"babel-plugin-transform-es2015-parameters": "^6.4.5",
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",

@@ -34,4 +34,4 @@ "babel-plugin-transform-es2015-spread": "^6.4.0",

"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-plugin-transform-es2015-typeof-symbol": "^6.4.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
"babel-plugin-transform-es2015-typeof-symbol": "^6.4.3",
"babel-plugin-transform-es2015-unicode-regex": "^6.4.3",
"babel-plugin-transform-es3-member-expression-literals": "^6.3.13",

@@ -41,5 +41,5 @@ "babel-plugin-transform-es3-property-literals": "^6.3.13",

"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-regenerator": "^6.3.26",
"babel-plugin-transform-runtime": "^6.4.0"
"babel-plugin-transform-regenerator": "^6.4.4",
"babel-plugin-transform-runtime": "^6.4.3"
}
}
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