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

eslint-plugin-spruce

Package Overview
Dependencies
Maintainers
2
Versions
964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-spruce - npm Package Compare versions

Comparing version

to
10.10.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [10.10.1](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v10.10.0...v10.10.1) (2021-04-12)
**Note:** Version bump only for package eslint-plugin-spruce
# [10.10.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v10.9.136...v10.10.0) (2021-04-12)

@@ -8,0 +16,0 @@

5

lib/rules/prohibit-import-of-schema-in-builders.js

@@ -13,4 +13,5 @@ module.exports = {

const node = options.source
const importPath = node.value
options.specifiers.forEach(specifier => { console.log(specifier.local.name); if (/^.*Schema/.test(specifier.local.name)) {
if (/.*(\.schema)/.test(importPath)) {
context.report({

@@ -20,3 +21,3 @@ node,

})
} } )
}
}

@@ -23,0 +24,0 @@ }

4

package.json

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

},
"version": "10.10.0",
"version": "10.10.1",
"description": "ESLint plugin for Spruce Javascript projects",

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

},
"gitHead": "036e9afacd7058d91cd0fe23b3d3f6613abed34e"
"gitHead": "30799ffd012f60b195fcca75bf5b9862ba4d5e2e"
}