New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0-canary.2 to 1.3.0-canary.3

dist/index.cjs

19

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

@@ -9,10 +9,9 @@ "sideEffects": false,

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

@@ -40,4 +39,4 @@ "keywords": [],

"scripts": {
"dev": "nodemon --watch './src/**/*' -e ts,tsx --exec 'pnpm run build'",
"build": "unbuild",
"dev": "pnpm run build --watch",
"build": "bunchee ./src/index.ts --target es2018",
"test": "vitest run",

@@ -44,0 +43,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