Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/helper-plugin-utils

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-plugin-utils - npm Package Compare versions

Comparing version 7.21.4-esm to 7.21.4-esm.1

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;

4

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

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

},
"type": "commonjs"
"type": "module"
}

Sorry, the diff of this file is not supported yet

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