Socket
Socket
Sign inDemoInstall

@babel/runtime

Package Overview
Dependencies
Maintainers
5
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/runtime - npm Package Compare versions

Comparing version 7.0.0-beta.37 to 7.0.0-beta.38

4

helpers/builtin/es6/jsx.js

@@ -11,3 +11,5 @@ var REACT_ELEMENT_TYPE;

if (!props && childrenLength !== 0) {
props = {};
props = {
children: void 0
};
}

@@ -14,0 +16,0 @@

@@ -12,3 +12,5 @@ var REACT_ELEMENT_TYPE;

if (!props && childrenLength !== 0) {
props = {};
props = {
children: void 0
};
}

@@ -15,0 +17,0 @@

@@ -13,3 +13,5 @@ import _Symbol$for from "../../core-js/symbol/for";

if (!props && childrenLength !== 0) {
props = {};
props = {
children: void 0
};
}

@@ -16,0 +18,0 @@

@@ -16,3 +16,5 @@ var _Symbol$for = require("../core-js/symbol/for");

if (!props && childrenLength !== 0) {
props = {};
props = {
children: void 0
};
}

@@ -19,0 +21,0 @@

{
"name": "@babel/runtime",
"version": "7.0.0-beta.37",
"version": "7.0.0-beta.38",
"description": "babel selfContained runtime",

@@ -13,8 +13,8 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "7.0.0-beta.37",
"@babel/helpers": "7.0.0-beta.37",
"@babel/plugin-transform-runtime": "7.0.0-beta.37",
"@babel/preset-env": "7.0.0-beta.37",
"@babel/types": "7.0.0-beta.37"
"@babel/core": "7.0.0-beta.38",
"@babel/helpers": "7.0.0-beta.38",
"@babel/plugin-transform-runtime": "7.0.0-beta.38",
"@babel/preset-env": "7.0.0-beta.38",
"@babel/types": "7.0.0-beta.38"
}
}
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