Socket
Socket
Sign inDemoInstall

@babel/helper-plugin-utils

Package Overview
Dependencies
0
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.21.4-esm.3 to 7.21.4-esm.4

lib/package.json

12

lib/index.js

@@ -1,8 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.declare = declare;
exports.declarePreset = void 0;
const apiPolyfills = {

@@ -19,3 +12,3 @@ assertVersion: api => range => {

};
function declare(builder) {
export function declare(builder) {
return (api, options, dirname) => {

@@ -33,4 +26,3 @@ var _clonedApi2;

}
const declarePreset = declare;
exports.declarePreset = declarePreset;
export const declarePreset = declare;
function copyApiObject(api) {

@@ -37,0 +29,0 @@ let proto = null;

{
"name": "@babel/helper-plugin-utils",
"version": "7.21.4-esm.3",
"version": "7.21.4-esm.4",
"description": "General utilities for plugins to use",

@@ -5,0 +5,0 @@ "author": "The Babel Team (https://babel.dev/team)",

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