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

@ctrl/tinycolor

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctrl/tinycolor - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

5

package.json
{
"name": "@ctrl/tinycolor",
"version": "3.3.0",
"version": "3.3.1",
"description": "Fast, small color manipulation and conversion for JavaScript",

@@ -21,3 +21,2 @@ "author": "Scott Cooper <scttcper@gmail.com>",

"main": "dist/public_api.js",
"exports": "./dist/modern/public_api.js",
"module": "dist/module/public_api.js",

@@ -35,3 +34,3 @@ "typings": "dist/public_api.d.ts",

"prepare": "npm run build",
"build": "del-cli dist && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && tsc -p tsconfig.modern.json && ts-node build",
"build": "del-cli dist && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && ts-node build",
"build:docs": "typedoc --out demo/public/docs --hideGenerator --target ES6 --mode file src",

@@ -38,0 +37,0 @@ "test": "jest",

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