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

@symbo.ls/default-icons

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/default-icons - npm Package Compare versions

Comparing version 2.11.453 to 2.11.464

dist/cjs/index.js

23

package.json
{
"name": "@symbo.ls/default-icons",
"version": "2.11.453",
"version": "2.11.464",
"main": "index.js",
"author": "symbo.ls",
"license": "ISC",
"gitHead": "8e5458a957b9d2c75944023e2c31bab157034314"
"gitHead": "7a24490e102fa450e508f8527923647816e26ab9",
"files": [
"src",
"dist"
],
"repository": "https://github.com/symbo-ls/smbls",
"type": "module",
"module": "index.js",
"unpkg": "dist/iife/index.js",
"jsdelivr": "dist/iife/index.js",
"exports": "./dist/cjs/index.js",
"source": "index.js",
"publishConfig": {},
"scripts": {
"copy:package:cjs": "cp ../../../build/package-cjs.json dist/cjs/package.json",
"build:esm": "npx esbuild index.js --target=es2017 --format=esm --outdir=dist/esm --bundle --loader:.svg=text",
"build:cjs": "npx esbuild index.js --target=node16 --format=cjs --outdir=dist/cjs --bundle --loader:.svg=text",
"build": "yarn build:cjs",
"prepublish": "rimraf -I dist && yarn build && yarn copy:package:cjs"
}
}
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