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

@wedgekit/palette

Package Overview
Dependencies
Maintainers
17
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wedgekit/palette - npm Package Compare versions

Comparing version 1.0.0-tc.1 to 1.0.0-tc.2

3

CHANGELOG.md

@@ -21,2 +21,5 @@ # Change Log

- fixed types not being included in the package
- fixed `exports` being incorrectly defined
### Security

7

package.json

@@ -10,5 +10,6 @@ {

"module": "dist/index.js",
"browser": "dist/index.js",
"exports": {
"import": "dist/index.js",
"require": "dist/index.cjs"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},

@@ -24,3 +25,3 @@ "name": "@wedgekit/palette",

"types": "dist/index.d.ts",
"version": "1.0.0-tc.1"
"version": "1.0.0-tc.2"
}
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