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

@babel/helper-environment-visitor

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-environment-visitor - npm Package Compare versions

Comparing version 7.21.4-esm to 7.21.4-esm.1

15

lib/index.js

@@ -1,10 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
exports.requeueComputedKeyAndDecorators = requeueComputedKeyAndDecorators;
exports.skipAllButComputedKey = skipAllButComputedKey;
function skipAllButComputedKey(path) {
export function skipAllButComputedKey(path) {
path.skip();

@@ -15,3 +7,3 @@ if (path.node.computed) {

}
function requeueComputedKeyAndDecorators(path) {
export function requeueComputedKeyAndDecorators(path) {
const {

@@ -49,5 +41,4 @@ context,

};
var _default = visitor;
exports.default = _default;
export default visitor;
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@babel/helper-environment-visitor",
"version": "7.21.4-esm",
"version": "7.21.4-esm.1",
"description": "Helper visitor to only visit nodes in the current 'this' context",

@@ -21,4 +21,4 @@ "repository": {

"devDependencies": {
"@babel/traverse": "^7.21.4-esm",
"@babel/types": "^7.21.4-esm"
"@babel/traverse": "^7.21.4-esm.1",
"@babel/types": "^7.21.4-esm.1"
},

@@ -29,3 +29,3 @@ "engines": {

"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