Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

polychrome

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polychrome - npm Package Compare versions

Comparing version 1.0.1 to 1.2.0

.npmignore

12

package.json
{
"name": "polychrome",
"version": "1.0.1",
"version": "1.2.0",
"author": "Chad Donohue <chad.donohue@gmail.com>",

@@ -13,12 +13,12 @@ "description": "A small library for parsing and manipulating colors",

"test": "mocha --compilers js:babel-register test/**/*.js",
"prebuild": "yarn run clean",
"prebuild": "npm run clean",
"build": "rollup -c rollup.config.js",
"postbuild": "yarn run minify",
"postbuild": "npm run minify",
"clean": "rimraf dist && mkdirp dist",
"rollup": "cross-env rollup -c rollup.config.js",
"minify": "uglifyjs $npm_package_main -c warnings=false -m toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map",
"postminify": "yarn run size",
"postminify": "npm run size",
"size": "echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"",
"prepublish": "yarn run build",
"release": "yarn run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && yarn publish"
"prepublish": "npm run build -s",
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},

@@ -25,0 +25,0 @@ "repository": {

@@ -1,2 +0,2 @@

# `🎨 polychrome`
# 🎨 `polychrome`
>A small `< 2kB (gzipped)` library for parsing and manipulating colors

@@ -125,2 +125,2 @@

> MIT License 2017 © Chad Donohue
> MIT License 2017 © Chad Donohue
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