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

@kaze-style/themes

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaze-style/themes - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

dist/esm/global/reset.js

14

package.json
{
"name": "@kaze-style/themes",
"version": "0.14.1",
"version": "0.14.2",
"license": "MIT",

@@ -15,9 +15,9 @@ "author": "Taishi Naritomi",

"main": "dist/cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
}

@@ -35,7 +35,7 @@ },

"devDependencies": {
"@kaze-style/core": "^0.14.1"
"@kaze-style/core": "^0.14.2"
},
"peerDependencies": {
"@kaze-style/core": "^0.14.1"
"@kaze-style/core": "^0.14.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