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

@tanbo/color

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanbo/color - npm Package Compare versions

Comparing version 0.0.3 to 0.1.1

bundles/esm/color.d.ts

57

package.json
{
"name": "@tanbo/color",
"version": "0.0.3",
"description": "",
"main": "./bundles/index.js",
"module": "./bundles/index.js",
"typings": "./bundles/index.d.ts",
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"build:lib": "tsc -p tsconfig-build.json",
"publish:lib": "npm run build:lib && npm publish --access=public"
"version": "0.1.1",
"description": "A color transform tool",
"main": "./bundles/umd/public-api.js",
"module": "./bundles/esm/public-api.js",
"typings": "./bundles/esm/public-api.d.ts",
"exports": {
".": {
"import": "./bundles/esm/public-api.js",
"require": "./bundles/umd/public-api.js"
}
},
"author": "tanbo",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.7.1",
"autoprefixer": "^9.6.1",
"css-loader": "^3.1.0",
"file-loader": "^4.1.0",
"highlight.js": "^9.15.9",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"open": "^6.4.0",
"postcss": "^7.0.17",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"to-string-loader": "^1.1.5",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.37.0",
"webpack-cli": "~3.0.3",
"webpack-dev-middleware": "3.1.3",
"webpack-dev-server": "3.1.4",
"webpack-hot-middleware": "2.21.0"
"license": "MIT",
"author": {
"name": "tanbo",
"email": "tanbohb@gmail.com"
},
"dependencies": {}
"repository": {
"type": "git",
"url": "git+https://github.com/tbhuabi/color.git"
},
"bugs": {
"url": "https://github.com/tbhuabi/color.git/issues"
}
}
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