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

@wedgekit/color

Package Overview
Dependencies
Maintainers
18
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wedgekit/color - npm Package Compare versions

Comparing version 4.5.2 to 4.6.0-tc.0

dist/index.cjs

27

package.json
{
"name": "@wedgekit/color",
"version": "4.5.2",
"main": "dist/index.cjs.js",
"version": "4.6.0-tc.0",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs"
},
"type": "module",
"files": [

@@ -13,4 +18,4 @@ "dist/*"

"@ava/babel": "^1.0.1",
"@wedgekit/scripts": "latest",
"ava": "^3.12.1",
"@wedgekit/scripts": "0.4.5-tc.0",
"ava": "^3.15.0",
"nyc": "^15.0.1",

@@ -35,9 +40,13 @@ "prettier": "^1.17.1",

"timeout": "1m",
"extensions": [
"ts"
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm",
"--experimental-specifier-resolution=node"
],
"require": [
"ts-node/register"
]
"nonSemVerExperiments": {
"configurableModuleFormat": true
}
}
}
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