Socket
Socket
Sign inDemoInstall

eslint-plugin-import

Package Overview
Dependencies
6
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

files/jsx.js

1

lib/getExports.js

@@ -93,2 +93,3 @@ "use strict";

traverse(node, {
fallback: "iteration",
enter: function (n) {

@@ -95,0 +96,0 @@ if (n.type !== "ExpressionStatement") return;

2

package.json
{
"name": "eslint-plugin-import",
"version": "0.3.5",
"version": "0.3.6",
"description": "Import with sanity.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,3 +18,4 @@ "use strict";

test({code: "import * as names from './named-exports'; console.log(names.a); "}),
test({code: "import * as names from './re-export-names'; console.log(names.foo);"})
test({code: "import * as names from './re-export-names'; console.log(names.foo);"}),
test({code: "import * as elements from './jsx';"})
],

@@ -21,0 +22,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc