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.0.1 to 3.0.2

dist/module/conversion.js

9

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

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

"main": "./dist/public_api.js",
"module": "./dist/es/public_api.js",
"module": "./dist/module/public_api.js",
"typings": "./dist/public_api.d.ts",

@@ -33,5 +33,3 @@ "files": [

"prepare": "npm run build",
"build": "npm run build-es6 && npm run build-cmjs && ts-node build",
"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015 -d false --moduleResolution node",
"build-cmjs": "tsc -P ./tsconfig-build.json",
"build": "del-cli dist && tsc -p ./tsconfig.build.json && tsc -p tsconfig.module.json && ts-node build",
"build:docs": "typedoc src && touch docs/.nojekyll",

@@ -49,2 +47,3 @@ "test": "jest",

"@typescript-eslint/parser": "2.29.0",
"del-cli": "^3.0.0",
"eslint": "6.8.0",

@@ -51,0 +50,0 @@ "eslint-config-xo-space": "0.24.0",

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