Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-runtime

Package Overview
Dependencies
Maintainers
5
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-runtime - npm Package Compare versions

Comparing version 7.0.0-rc.3 to 7.0.0-rc.4

85

lib/definitions.js

@@ -15,31 +15,12 @@ "use strict";

WeakSet: "weak-set",
Observable: "observable",
setImmediate: "set-immediate",
clearImmediate: "clear-immediate",
asap: "asap"
parseFloat: "parse-float",
parseInt: "parse-int"
},
methods: {
Array: {
copyWithin: "array/copy-within",
entries: "array/entries",
every: "array/every",
fill: "array/fill",
filter: "array/filter",
findIndex: "array/find-index",
find: "array/find",
forEach: "array/for-each",
from: "array/from",
includes: "array/includes",
indexOf: "array/index-of",
join: "array/join",
keys: "array/keys",
lastIndexOf: "array/last-index-of",
map: "array/map",
of: "array/of",
reduceRight: "array/reduce-right",
reduce: "array/reduce",
some: "array/some",
sort: "array/sort",
splice: "array/splice",
values: "array/values"
isArray: "array/is-array",
of: "array/of"
},

@@ -71,26 +52,4 @@ JSON: {

},
Math: {
acosh: "math/acosh",
asinh: "math/asinh",
atanh: "math/atanh",
cbrt: "math/cbrt",
clz32: "math/clz32",
cosh: "math/cosh",
expm1: "math/expm1",
fround: "math/fround",
hypot: "math/hypot",
imul: "math/imul",
log10: "math/log10",
log1p: "math/log1p",
log2: "math/log2",
sign: "math/sign",
sinh: "math/sinh",
tanh: "math/tanh",
trunc: "math/trunc",
iaddh: "math/iaddh",
isubh: "math/isubh",
imulh: "math/imulh",
umulh: "math/umulh"
},
Symbol: {
asyncIterator: "symbol/async-iterator",
for: "symbol/for",

@@ -112,17 +71,4 @@ hasInstance: "symbol/has-instance",

at: "string/at",
codePointAt: "string/code-point-at",
endsWith: "string/ends-with",
fromCodePoint: "string/from-code-point",
includes: "string/includes",
matchAll: "string/match-all",
padStart: "string/pad-start",
padEnd: "string/pad-end",
raw: "string/raw",
repeat: "string/repeat",
startsWith: "string/starts-with",
trim: "string/trim",
trimLeft: "string/trim-left",
trimRight: "string/trim-right",
trimStart: "string/trim-start",
trimEnd: "string/trim-end"
raw: "string/raw"
},

@@ -153,20 +99,9 @@ Number: {

setPrototypeOf: "reflect/set-prototype-of",
set: "reflect/set",
defineMetadata: "reflect/define-metadata",
deleteMetadata: "reflect/delete-metadata",
getMetadata: "reflect/get-metadata",
getMetadataKeys: "reflect/get-metadata-keys",
getOwnMetadata: "reflect/get-own-metadata",
getOwnMetadataKeys: "reflect/get-own-metadata-keys",
hasMetadata: "reflect/has-metadata",
hasOwnMetadata: "reflect/has-own-metadata",
metadata: "reflect/metadata"
set: "reflect/set"
},
System: {
global: "system/global"
},
Date: {},
Function: {}
Date: {
now: "date/now"
}
}
};
exports.default = _default;

20

package.json
{
"name": "@babel/plugin-transform-runtime",
"version": "7.0.0-rc.3",
"version": "7.0.0-rc.4",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",

"dependencies": {
"@babel/helper-module-imports": "7.0.0-rc.3",
"@babel/helper-plugin-utils": "7.0.0-rc.3",
"@babel/helper-module-imports": "^7.0.0-rc.4",
"@babel/helper-plugin-utils": "^7.0.0-rc.4",
"resolve": "^1.8.1"

@@ -21,11 +21,11 @@ },

"devDependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/helper-plugin-test-runner": "7.0.0-rc.3",
"@babel/helpers": "7.0.0-rc.3",
"@babel/plugin-transform-runtime": "7.0.0-rc.3",
"@babel/preset-env": "7.0.0-rc.3",
"@babel/runtime": "7.0.0-rc.3",
"@babel/template": "7.0.0-rc.3",
"@babel/core": "^7.0.0-rc.4",
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4",
"@babel/helpers": "^7.0.0-rc.4",
"@babel/plugin-transform-runtime": "^7.0.0-rc.4",
"@babel/preset-env": "^7.0.0-rc.4",
"@babel/runtime": "^7.0.0-rc.4",
"@babel/template": "^7.0.0-rc.4",
"@babel/types": "7.0.0-beta.53"
}
}
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