Socket
Socket
Sign inDemoInstall

@babel/helper-environment-visitor

Package Overview
Dependencies
0
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.5 to 8.0.0-alpha.0

22

lib/index.js

@@ -1,20 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
exports.requeueComputedKeyAndDecorators = requeueComputedKeyAndDecorators;
{
{
{
exports.skipAllButComputedKey = function skipAllButComputedKey(path) {
path.skip();
if (path.node.computed) {
path.context.maybeQueue(path.get("key"));
}
};
}
}
}
function requeueComputedKeyAndDecorators(path) {

@@ -53,5 +34,4 @@ const {

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

10

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

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

"devDependencies": {
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5"
"@babel/traverse": "^8.0.0-alpha.0",
"@babel/types": "^8.0.0-alpha.0"
},
"engines": {
"node": ">=6.9.0"
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
"type": "module"
}

@@ -5,3 +5,3 @@ # @babel/helper-environment-visitor

See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/en/babel-helper-environment-visitor) for more information.
See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/babel-helper-environment-visitor) for more information.

@@ -8,0 +8,0 @@ ## Install

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