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

@useblu/ocean-icons

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useblu/ocean-icons - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

18

package.json
{
"name": "@useblu/ocean-icons",
"version": "1.1.0",
"version": "1.1.1",
"private": false,

@@ -11,8 +11,14 @@ "description": "SVG icons for Ocean DS",

"precopy:heroicons": "git clone https://github.com/tailwindlabs/heroicons",
"copy:heroicons": "copyfiles -u 2 ./heroicons/src/**/* src",
"copy:heroicons": "copyfiles -u 2 ./heroicons/src/**/* src/base",
"postcopy:heroicons": "rimraf heroicons",
"prebuild": "rimraf dist",
"build": "run-p build:*",
"build:outline": "svgo --config svgo.outline.js -f ./src/outline -o ./dist/outline -q",
"build:solid": "svgo --config svgo.solid.js -f ./src/solid -o ./dist/solid -q"
"build": "run-s build:base build:custom",
"build:base": "run-p build:base:*",
"build:custom": "run-p build:custom:*",
"build:base:outline": "cross-env FOLDER=./src/base/outline yarn build:outline",
"build:base:solid": "cross-env FOLDER=./src/base/solid yarn build:solid",
"build:custom:outline": "cross-env FOLDER=./src/custom/outline yarn build:outline",
"build:custom:solid": "cross-env FOLDER=./src/custom/solid yarn build:solid",
"build:outline": "cross-env-shell svgo --config svgo.outline.js -f $FOLDER -o ./dist/outline -q",
"build:solid": "cross-env-shell svgo --config svgo.solid.js -f $FOLDER -o ./dist/solid -q"
},

@@ -42,3 +48,3 @@ "keywords": [

"sideEffects": false,
"gitHead": "26c0e2d1122172895ea6f3e74ec40a0f08aec4f3"
"gitHead": "ab93e614c44f2f2f480dba797419486051c8226a"
}
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