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

@tw-classed/core

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tw-classed/core - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-canary.2

dist/cjs/classed.d.ts

14

package.json
{
"name": "@tw-classed/core",
"version": "1.1.0",
"version": "1.2.0-canary.2",
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components",

@@ -10,9 +10,9 @@ "type": "module",

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

@@ -42,3 +42,3 @@ },

"dev": "vite build --watch",
"build": "rimraf ./dist && vite build",
"build": "rimraf ./dist && unbuild",
"test": "vitest run",

@@ -45,0 +45,0 @@ "test:watch": "vitest",

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