Socket
Socket
Sign inDemoInstall

@babel/standalone

Package Overview
Dependencies
Maintainers
5
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/standalone - npm Package Compare versions

Comparing version 7.6.4 to 7.7.0

47

package.json
{
"name": "@babel/standalone",
"version": "7.6.4",
"version": "7.7.0",
"description": "Standalone build of Babel for use in non-Node.js environments.",

@@ -11,9 +11,12 @@ "main": "babel.js",

],
"scripts": {
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/core": "^7.7.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-async-generator-functions": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",

@@ -23,3 +26,3 @@ "@babel/plugin-proposal-export-default-from": "^7.5.2",

"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-function-sent": "^7.7.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",

@@ -35,3 +38,3 @@ "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",

"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.6.2",
"@babel/plugin-proposal-unicode-property-regex": "^7.7.0",
"@babel/plugin-syntax-async-generators": "^7.2.0",

@@ -44,3 +47,3 @@ "@babel/plugin-syntax-class-properties": "^7.2.0",

"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-syntax-flow": "^7.7.0",
"@babel/plugin-syntax-function-bind": "^7.2.0",

@@ -55,9 +58,9 @@ "@babel/plugin-syntax-function-sent": "^7.2.0",

"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-async-to-generator": "^7.7.0",
"@babel/plugin-transform-block-scoped-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.6.3",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-classes": "^7.7.0",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.6.0",
"@babel/plugin-transform-dotall-regex": "^7.6.2",
"@babel/plugin-transform-dotall-regex": "^7.7.0",
"@babel/plugin-transform-duplicate-keys": "^7.5.0",

@@ -68,3 +71,3 @@ "@babel/plugin-transform-exponentiation-operator": "^7.2.0",

"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-function-name": "^7.4.4",
"@babel/plugin-transform-function-name": "^7.7.0",
"@babel/plugin-transform-instanceof": "^7.5.5",

@@ -75,5 +78,5 @@ "@babel/plugin-transform-jscript": "^7.2.0",

"@babel/plugin-transform-modules-amd": "^7.5.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-modules-systemjs": "^7.5.0",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/plugin-transform-modules-systemjs": "^7.7.0",
"@babel/plugin-transform-modules-umd": "^7.7.0",
"@babel/plugin-transform-new-target": "^7.4.4",

@@ -90,7 +93,7 @@ "@babel/plugin-transform-object-assign": "^7.2.0",

"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/plugin-transform-react-jsx-compat": "^7.2.0",
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
"@babel/plugin-transform-react-jsx-source": "^7.5.0",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-regenerator": "^7.7.0",
"@babel/plugin-transform-reserved-words": "^7.2.0",

@@ -104,7 +107,7 @@ "@babel/plugin-transform-runtime": "^7.6.2",

"@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/plugin-transform-typescript": "^7.6.3",
"@babel/plugin-transform-unicode-regex": "^7.6.2",
"@babel/plugin-transform-typescript": "^7.7.0",
"@babel/plugin-transform-unicode-regex": "^7.7.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.6.0"
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.0"
},

@@ -127,3 +130,3 @@ "keywords": [

"homepage": "https://github.com/babel/babel/tree/master/packages/babel-standalone",
"gitHead": "a422ea64ee2208a55dda33f990a422e14b917f5b"
"gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
}

@@ -24,5 +24,3 @@ // @flow

babelPlugins.proposalLogicalAssignmentOperators,
[babelPlugins.proposalOptionalChaining, { loose }],
[babelPlugins.proposalPipelineOperator, { proposal: pipelineProposal }],
[babelPlugins.proposalNullishCoalescingOperator, { loose }],
babelPlugins.proposalDoExpressions,

@@ -29,0 +27,0 @@ ],

@@ -15,2 +15,4 @@ // @flow

babelPlugins.syntaxImportMeta,
[babelPlugins.proposalOptionalChaining, { loose }],
[babelPlugins.proposalNullishCoalescingOperator, { loose }],
[babelPlugins.proposalClassProperties, { loose }],

@@ -17,0 +19,0 @@ babelPlugins.proposalJsonStrings,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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