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

eslint-plugin-ecology9

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ecology9 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

lib/rules/enforce-component-ecid.js

@@ -44,3 +44,3 @@

newRange,
` ecId: \`\${this.props && this.props.ecId || ''}_${node.arguments[0]}${Math.random().toString(36).substr(2, 6)}\`,`
` ecId: \`\${this.props && this.props.ecId || ''}_${node.arguments[0]}@${Math.random().toString(36).substr(2, 6)}\`,`
);

@@ -70,3 +70,3 @@ }

node.name.range,
` ecId={\`\${this.props && this.props.ecId || ''}_${node.name.name}${Math.random().toString(36).substr(2, 6)}\`}`
` ecId={\`\${this.props && this.props.ecId || ''}_${node.name.name}@${Math.random().toString(36).substr(2, 6)}\`}`
);

@@ -73,0 +73,0 @@ }

{
"name": "eslint-plugin-ecology9",
"version": "0.0.2",
"version": "0.0.3",
"description": "eslint plugin for weaver ecology 9.",

@@ -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