Socket
Socket
Sign inDemoInstall

@babel/register

Package Overview
Dependencies
5
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.21.4-esm to 7.21.4-esm.1

8

lib/index.js
{
exports = module.exports = function (...args) {
return register(...args);
};
exports.__esModule = true;
const node = require("./nodeWrapper");
const register = node.default;
Object.assign(exports, node);
module.exports = require("./experimental-worker");
}
//# sourceMappingURL=index.js.map

2

lib/worker/babel-core.js

@@ -16,5 +16,5 @@ const cache = require("./cache");

{
initialize(require("@babel/core"));
exports.init = import("@babel/core").then(initialize);
}
//# sourceMappingURL=babel-core.js.map
{
"name": "@babel/register",
"version": "7.21.4-esm",
"version": "7.21.4-esm.1",
"description": "babel require hook",

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

"peerDependencies": {
"@babel/core": "^7.0.0-0 || 7.21.4-esm"
"@babel/core": "^7.0.0-0 || 7.21.4-esm.1"
},
"devDependencies": {
"@babel/core": "^7.21.4-esm",
"@babel/plugin-transform-arrow-functions": "^7.21.4-esm",
"@babel/plugin-transform-modules-commonjs": "^7.21.4-esm",
"@babel/core": "^7.21.4-esm.1",
"@babel/plugin-transform-arrow-functions": "^7.21.4-esm.1",
"@babel/plugin-transform-modules-commonjs": "^7.21.4-esm.1",
"browserify": "^16.5.2"

@@ -36,0 +36,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc