New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elfinct/eslint

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elfinct/eslint - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

dist/rules/vx-prefix.js

@@ -59,3 +59,7 @@ "use strict";

VxPrefix.prototype.prefixWalker = function (program) {
var declaration = utils_1.findDefaultExportObject(program).declaration;
var exportObj = utils_1.findDefaultExportObject(program);
if (!exportObj) {
return [];
}
var declaration = exportObj.declaration;
var failures = [];

@@ -62,0 +66,0 @@ if (utils_1.isObjectExpression(declaration)) {

4

package.json
{
"name": "@elfinct/eslint",
"version": "1.1.3",
"version": "1.1.4",
"main": "index.js",

@@ -39,3 +39,3 @@ "license": "MIT",

},
"gitHead": "fe4025d47f8312703d42aced18aac7c5e70c021d"
"gitHead": "92985e54b23ecc1a7f627c91102c3a4e0f2297dd"
}
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