Socket
Socket
Sign inDemoInstall

tinycolor2

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

.travis.yml

24

package.json
{
"version": "1.5.0",
"version": "1.5.1",
"name": "tinycolor2",

@@ -17,22 +17,14 @@ "description": "Fast Color Parsing and Manipulation",

"author": "Brian Grinstead <briangrinstead@gmail.com> (http://briangrinstead.com)",
"main": "./tinycolor.js",
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/bgrins/TinyColor/issues"
},
"module": "./esm/tinycolor.js",
"main": "./cjs/tinycolor.js",
"exports": {
".": {
"import": "./esm/tinycolor.js",
"require": "./cjs/tinycolor.js"
}
},
"scripts": {
"test": "node cjs/test.js && node esm/test.js"
},
"devDependencies": {
"@deno/shim-deno-test": "^0.4.0"
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-docco": "~0.2.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc