Socket
Socket
Sign inDemoInstall

@asyarb/twix

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyarb/twix - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

15

package.json
{
"name": "@asyarb/twix",
"version": "0.3.0",
"version": "0.3.1",
"description": "Create variant based className strings.",
"repository": "https://github.com/asyarb/twix",
"repository": {
"type": "git",
"url": "https://github.com/asyarb/twix.git"
},
"author": "Anthony Yarbrough <asyarb@hawaii.edu>",

@@ -16,9 +19,9 @@ "license": "MIT",

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

@@ -25,0 +28,0 @@ },

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