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 7.8.1 to 7.9.0

2

index.js

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

plugins: [
require("@babel/plugin-syntax-flow"),
...require("./proposals.js").plugins,

@@ -33,3 +32,2 @@ require("@babel/plugin-transform-arrow-functions"),

require("@babel/plugin-transform-property-literals"),
require("@babel/plugin-transform-flow-strip-types"),
require("@babel/plugin-transform-exponentiation-operator"),

@@ -36,0 +34,0 @@ require("@babel/plugin-transform-regenerator"),

exports.getPreset = function (api, options) {
return {
plugins: [
require("@babel/plugin-syntax-flow"),
...require("./proposals.js").plugins,

@@ -10,3 +9,2 @@ require("@babel/plugin-transform-literals"),

// require("@babel/plugin-transform-unicode-regex"),
require("@babel/plugin-transform-flow-strip-types"),
require("@babel/plugin-transform-exponentiation-operator"),

@@ -13,0 +11,0 @@ ]

20

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

@@ -16,8 +16,7 @@ "author": "Ben Newman <ben@meteor.com>",

"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.8.3",
"@babel/plugin-syntax-flow": "^7.8.3",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",

@@ -31,13 +30,12 @@ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",

"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.2",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.8",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/plugin-transform-for-of": "^7.8.4",
"@babel/plugin-transform-for-of": "^7.9.0",
"@babel/plugin-transform-literals": "^7.8.3",
"@babel/plugin-transform-object-super": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.8.4",
"@babel/plugin-transform-parameters": "^7.9.3",
"@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-shorthand-properties": "^7.8.3",

@@ -51,4 +49,4 @@ "@babel/plugin-transform-spread": "^7.8.3",

"devDependencies": {
"@babel/core": "7.8.4"
"@babel/core": "7.9.0"
}
}
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