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

@equisoft/design-elements-web

Package Overview
Dependencies
Maintainers
12
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equisoft/design-elements-web - npm Package Compare versions

Comparing version 0.6.2 to 1.0.0

17

package.json
{
"name": "@equisoft/design-elements-web",
"version": "0.6.2",
"version": "1.0.0",
"description": "Web components implementation of the Equisoft design system.",

@@ -8,6 +8,6 @@ "license": "MIT",

"scripts": {
"build": "./scripts/build.sh",
"prepublishOnly": "./scripts/prepublishOnly.sh",
"start": "./scripts/start.sh",
"lint": "./scripts/lint.sh"
"lint": "yarn stylelint",
"lint:ci": "mkdir -p build/lint/style && yarn stylelint:ci",
"stylelint": "stylelint \"./style/**/*.scss\" \"./style/*.scss\"",
"stylelint:ci": "stylelint --custom-formatter node_modules/stylelint-junit-formatter \"./style/**/*.scss\" \"./style/*.scss\" > build/lint/style/junit.xml"
},

@@ -33,6 +33,7 @@ "files": [

"devDependencies": {
"@equisoft/stylelint-scss-config": "^0.0.2",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0"
},
"gitHead": "5c51024c08396422e7b2db0f50c25d65d6541fd4"
"stylelint-config-recommended": "^2.1.0",
"stylelint-junit-formatter": "^0.2.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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