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

@toeverything/theme

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toeverything/theme - npm Package Compare versions

Comparing version 0.5.4-canary.25 to 0.5.6

LICENSE

26

package.json
{
"name": "@toeverything/theme",
"version": "0.5.4-canary.25",
"version": "0.5.6",
"type": "module",
"scripts": {
"build": "vite build"
},
"repository": "toeverything/design",
"exports": {

@@ -12,3 +10,3 @@ ".": {

"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
"require": "./dist/index.cjs"
},

@@ -21,15 +19,6 @@ "./style.css": "./dist/style.css"

"publishConfig": {
"access": "public",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./style.css": "./dist/style.css"
}
"access": "public"
},
"devDependencies": {
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/vite-plugin": "^3.8.0",

@@ -39,4 +28,7 @@ "vite": "^4.3.5",

},
"main": "dist/index.umd.cjs",
"scripts": {
"build": "vite build"
},
"main": "dist/index.cjs",
"module": "dist/index.js"
}
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