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

@kupibilet/icons

Package Overview
Dependencies
Maintainers
8
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kupibilet/icons - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

11

package.json
{
"name": "@kupibilet/icons",
"version": "3.0.0",
"version": "3.1.0",
"description": "icons for kupibilet.ru",

@@ -13,7 +13,8 @@ "main": "./dist/sprite.js",

"svgo": "svgo --enable=removeUselessStrokeAndFill -f ./src/icons/ -o ./dist/icons",
"sprite": "svg-sprite -l -D=tmp -s --ss=sprite.svg --symbol-dest='' ./src/icons/*.svg",
"list": "node ./scripts/list.js",
"colors": "node ./scripts/colors.js",
"collect-sprite": "svg-sprite -l -D=tmp -s --ss=sprite.svg --symbol-dest='' ./src/icons/*.svg",
"create-names-list": "node ./scripts/create-names-list.js",
"remove-colors": "node ./scripts/remove-colors.js",
"webpack": "webpack --config webpack-config.js",
"build": "npm-run-all clean sprite list colors webpack",
"build": "npm-run-all clean collect-sprite create-names-list remove-colors webpack",
"deploy": "npm run build && npm version",
"pages": "gh-pages -d dist",

@@ -20,0 +21,0 @@ "postversion": "git push --follow-tags"

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