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.1 to 0.0.3

.github/workflows/npm-publish.yml

11

package.json
{
"name": "@bjervis/eslint-plugin-redundant-stack",
"version": "0.0.1",
"version": "0.0.3",
"description": "Warn on <Stack> elements that only have a single child",
"main": "parsed.js",
"main": "lib/check-stack-children.js",
"author": "Ben Jervis",
"license": "MIT",
"scripts": {
"build": "babel src -d lib",
"test": "yarn build && node test/check-stack-children.test.js",
"publish": "npm publish --access public"
},
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"eslint": "7.29.0"
}
}
check-stack-children.js
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