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

babel-preset-meteor

Package Overview
Dependencies
Maintainers
5
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.10.1-beta.0 to 7.10.1

3

modern.js

@@ -29,3 +29,4 @@ exports.getPreset = function (api, options) {

// https://github.com/meteor/babel-preset-meteor/issues/13
samsungInternet: [6, 2]
samsungInternet: [6, 2],
facebook: 325
};
{
"name": "babel-preset-meteor",
"version": "7.10.1-beta.0",
"version": "7.10.1",
"description": "Babel preset for ES2015+ features supported by Meteor",

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

"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-arrow-functions": "^7.13.0",

@@ -29,0 +28,0 @@ "@babel/plugin-transform-async-to-generator": "^7.13.0",

@@ -21,4 +21,2 @@ exports.plugins = [

require("@babel/plugin-proposal-logical-assignment-operators"),
require("@babel/plugin-syntax-top-level-await"),
];
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