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

@babel/helper-simple-access

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-simple-access - npm Package Compare versions

Comparing version 7.0.0-beta.47 to 7.0.0-beta.48

16

lib/index.js

@@ -11,3 +11,3 @@ "use strict";

t = function t() {
t = function () {
return data;

@@ -32,4 +32,6 @@ };

exit(path) {
const scope = this.scope,
bindingNames = this.bindingNames;
const {
scope,
bindingNames
} = this;
const arg = path.get("argument");

@@ -63,5 +65,7 @@ if (!arg.isIdentifier()) return;

exit(path) {
const scope = this.scope,
seen = this.seen,
bindingNames = this.bindingNames;
const {
scope,
seen,
bindingNames
} = this;
if (path.node.operator === "=") return;

@@ -68,0 +72,0 @@ if (seen.has(path.node)) return;

{
"name": "@babel/helper-simple-access",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",

@@ -11,6 +11,6 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"dependencies": {
"@babel/template": "7.0.0-beta.47",
"@babel/types": "7.0.0-beta.47",
"@babel/template": "7.0.0-beta.48",
"@babel/types": "7.0.0-beta.48",
"lodash": "^4.17.5"
}
}
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