Socket
Socket
Sign inDemoInstall

@babel/register

Package Overview
Dependencies
73
Maintainers
6
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.16.7 to 7.16.8

7

lib/node.js

@@ -9,3 +9,8 @@ "use strict";

const register = hook.register.bind(null, new LocalClient());
const client = new LocalClient();
function register(opts = {}) {
return hook.register(client, Object.assign({}, opts));
}
module.exports = Object.assign(register, {

@@ -12,0 +17,0 @@ revert: hook.revert,

4

package.json
{
"name": "@babel/register",
"version": "7.16.7",
"version": "7.16.8",
"description": "babel require hook",

@@ -33,3 +33,3 @@ "license": "MIT",

"@babel/plugin-transform-arrow-functions": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"browserify": "^16.5.2"

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

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