You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

culori

Package Overview
Dependencies
Maintainers
3
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20.1 to 1.0.0-alpha.0

bundled/culori.cjs.js

38

package.json
{
"name": "culori",
"version": "0.20.1",
"main": "build/culori.umd.js",
"browser": "build/culori.umd.js",
"module": "build/culori.js",
"version": "1.0.0-alpha.0",
"type": "module",
"main": "bundled/culori.cjs.js",
"module": "bundled/culori.min.mjs",
"browser": "bundled/culori.min.js",
"exports": {
".": "./src/index.js"
},
"repository": "git@github.com:Evercoder/culori.git",

@@ -33,3 +37,4 @@ "author": "Dan Burzo <danburzo@gmail.com>",

"files": [
"build"
"bundled",
"src"
],

@@ -39,13 +44,9 @@ "devDependencies": {

"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@rollup/plugin-buble": "^0.21.3",
"esbuild": "^0.12.28",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
"esm": "^3.2.25",
"eslint-plugin-import": "^2.24.2",
"gh-pages": "^3.2.3",
"husky": "^4.2.5",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"rollup": "^2.56.1",
"rollup-plugin-terser": "^7.0.2",
"tap-spec": "^5.0.0",

@@ -55,9 +56,6 @@ "tape": "^5.3.1"

"scripts": {
"start": "rollup -cw",
"build": "rollup -c",
"test": "tape -r esm 'test/*.js' | tap-spec",
"test": "tape 'test/*.js' | tap-spec",
"build": "node build.js",
"benchmark": "node benchmark/index.js",
"prepublishOnly": "npm run lint && npm run build && npm run test",
"coverage:report": "nyc report --reporter=lcov",
"coverage:test": "nyc --produce-source-map tape -r esm 'test/*.js' | tap-spec",
"docs:start": "eleventy --serve",

@@ -80,7 +78,9 @@ "docs:build": "rm -rf www && eleventy",

"tabWidth": 4,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"printWidth": 80
},
"sideEffects": false
"sideEffects": false,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc