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.5.3 to 7.5.5

5

modern.js

@@ -7,5 +7,2 @@ exports.getPreset = function (api, options) {

require("@babel/plugin-syntax-object-rest-spread"),
[require("@babel/plugin-transform-for-of"), {
loose: true
}],
require("@babel/plugin-transform-literals"),

@@ -32,3 +29,3 @@ require("@babel/plugin-transform-template-literals"),

edge: 15,
firefox: 52,
firefox: 53,
mobile_safari: [10, 3],

@@ -35,0 +32,0 @@ node: 8,

14

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

@@ -11,4 +11,4 @@ "author": "Ben Newman <ben@meteor.com>",

"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-async-generators": "^7.2.0",

@@ -21,4 +21,4 @@ "@babel/plugin-syntax-class-properties": "^7.2.0",

"@babel/plugin-transform-block-scoped-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/plugin-transform-classes": "^7.4.4",
"@babel/plugin-transform-block-scoping": "^7.5.5",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-computed-properties": "^7.2.0",

@@ -30,3 +30,3 @@ "@babel/plugin-transform-destructuring": "^7.5.0",

"@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-object-super": "^7.2.0",
"@babel/plugin-transform-object-super": "^7.5.5",
"@babel/plugin-transform-parameters": "^7.4.4",

@@ -43,4 +43,4 @@ "@babel/plugin-transform-property-literals": "^7.2.0",

"devDependencies": {
"@babel/core": "^7.5.4"
"@babel/core": "^7.5.5"
}
}
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