New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gmana/aspect-ratio

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmana/aspect-ratio - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

27

package.json
{
"name": "@gmana/aspect-ratio",
"version": "0.0.2",
"version": "0.0.3",
"description": "aspect-ratio",

@@ -15,3 +15,3 @@ "keywords": [

"license": "MIT",
"main": "dist/index.js",
"main": "build/legacy/index.cjs",
"sideEffects": false,

@@ -34,4 +34,4 @@ "files": [

"tailwind-variants": "^0.2.0",
"@gmana/utils": "1.3.8",
"@gmana/core": "1.3.13"
"@gmana/core": "1.3.14",
"@gmana/utils": "1.3.9"
},

@@ -43,9 +43,14 @@ "peerDependencies": {

"clean-package": "../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "build/legacy/index.d.ts",
"module": "build/legacy/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": {
"types": "./build/modern/index.d.ts",
"default": "./build/modern/index.js"
},
"require": {
"types": "./build/modern/index.d.cts",
"default": "./build/modern/index.cjs"
}
},

@@ -55,4 +60,4 @@ "./package.json": "./package.json"

"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"build": "tsup",
"build:fast": "tsup",
"dev": "pnpm build:fast --watch",

@@ -59,0 +64,0 @@ "clean": "rimraf dist .turbo",

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