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

@scandipwa/eslint-plugin-scandipwa-guidelines

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scandipwa/eslint-plugin-scandipwa-guidelines - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

8

lib/rules/use-license.js

@@ -20,2 +20,3 @@ /**

module.exports = {

@@ -28,3 +29,3 @@ meta: {

},
fixable: 'code',
fixable: 'code'
},

@@ -34,2 +35,7 @@

Program(node) {
// Core-only rule
if (!context.getFilename().includes('localmodules')) {
return;
}
const { comments } = node;

@@ -36,0 +42,0 @@ if (!comments.find(comment => comment.value.includes('@license'))) {

2

package.json
{
"name": "@scandipwa/eslint-plugin-scandipwa-guidelines",
"version": "1.10.0",
"version": "1.10.1",
"description": "Eslint rules for ScandiPWA",

@@ -5,0 +5,0 @@ "keywords": [

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