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

@bjervis/eslint-plugin-redundant-stack

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjervis/eslint-plugin-redundant-stack - npm Package Compare versions

Comparing version 0.0.4 to 0.0.8

.circleci/config.yml

11

package.json
{
"name": "@bjervis/eslint-plugin-redundant-stack",
"version": "0.0.4",
"version": "0.0.8",
"description": "Warn on <Stack> elements that only have a single child",

@@ -11,3 +11,3 @@ "main": "lib/check-stack-children.js",

"test": "yarn build && node test/check-stack-children.test.js",
"publish": "npm publish --access public"
"semantic-release": "semantic-release"
},

@@ -18,4 +18,9 @@ "devDependencies": {

"@babel/preset-env": "7.14.7",
"eslint": "7.29.0"
"eslint": "7.29.0",
"semantic-release": "^17.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/benjervis/eslint-plugin-redundant-stack.git"
}
}

@@ -51,3 +51,5 @@ const rules = require('../lib/check-stack-children').rules;

ruleTester.run('redundant-stack', rules['no-redundant-stack'], {
const rule = rules['no-redundant-stack'];
ruleTester.run('redundant-stack', rule, {
valid: [multiChildStackCode, arrayChildStackCode],

@@ -54,0 +56,0 @@ invalid: [

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