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

@duetds/icons

Package Overview
Dependencies
Maintainers
2
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duetds/icons - npm Package Compare versions

Comparing version 0.0.1-alpha.17 to 0.0.1-alpha.18

lib/_data/duet-icons.json

21

package.json
{
"name": "@duetds/icons",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"description": "This package includes Duet Icons and related tools.",

@@ -18,4 +18,11 @@ "author": "Viljami Salminen <ext-viljami.salminen@lahitapiola.fi>",

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "copyfiles --flat src/*.js lib"
"build": "copyfiles --up 1 \"./src/**/*\" \"./lib\"",
"jsonlint": "jsonlint src/_data/duet-icons.json -q -V .jsonlintschema",
"svglint": "svglint src/icons/* --ci",
"wslint": "editorconfig-checker --ignore",
"prepublishOnly": "node src/scripts/prepublish.js",
"postpublish": "rm src/icons/*.js src/icons.js",
"test": "jest",
"pretest": "npm run prepublishOnly",
"posttest": "npm run postpublish"
},

@@ -25,7 +32,11 @@ "bugs": {

},
"gitHead": "398ad5150d5d9aa979ad22701b282248d15ce89e",
"gitHead": "1da343a74800e2afc8636982e3574f109876939a",
"devDependencies": {
"copyfiles": "^2.1.0",
"npm-run-all": "^4.1.5"
"editorconfig-checker": "^2.0.8",
"jest": "^24.1.0",
"jsonlint2": "^1.7.1",
"npm-run-all": "^4.1.5",
"svglint": "^1.0.4"
}
}
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