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

2ico

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2ico - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.prettierignore

18

package.json
{
"name": "2ico",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"main": "build/index.umd.js",
"module": "build/index.es2015.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"format": "prettier --write \"**/*.{ts,html}\"",
"build": "rimraf build && tsc --emitDeclarationOnly && rollup -c rollup.config.js"
},
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.5",
"canvas": "^2.8.0",
"prettier": "^2.4.0",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"typescript": "^4.4.2"
}
}
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