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

@sprucelabs/eslint-plugin-spruce

Package Overview
Dependencies
Maintainers
10
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/eslint-plugin-spruce - npm Package Compare versions

Comparing version 8.13.1-canary.1 to 8.13.1-canary.2

9

index.js

@@ -14,2 +14,11 @@ const rules = [

if (node.callee.name === rule.method) {
if (node.arguments[0].type !== 'ObjectExpression') {
return context.report(
node,
`The first argument to \`${
rule.method
}\` must be an object of options.`
)
}
const QueryOption = node.arguments[0].properties.find(

@@ -16,0 +25,0 @@ o => o.key.name === rule.option

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "8.13.1-canary.1+152988e5",
"version": "8.13.1-canary.2+296f5903",
"description": "ESLint plugin for Spruce Javascript projects",

@@ -21,3 +21,3 @@ "author": "George Pantazis <gcpantazis@gmail.com>",

},
"gitHead": "152988e5a1b0e676821b31002bcb1e3d3cacb672"
"gitHead": "296f59035531f511a5245bd84909846714e4c320"
}
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