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.2 to 7.21.4-esm.3

15

lib/index.js

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

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

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

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

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

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

6

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

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

"devDependencies": {
"@babel/traverse": "7.21.4-esm.2",
"@babel/types": "7.21.4-esm.2"
"@babel/traverse": "7.21.4-esm.3",
"@babel/types": "7.21.4-esm.3"
},

@@ -25,0 +25,0 @@ "engines": {

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