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

@gmana/utils

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmana/utils - npm Package Compare versions

Comparing version 1.3.24 to 1.3.25

19

package.json
{
"name": "@gmana/utils",
"version": "1.3.24",
"version": "1.3.25",
"license": "MIT",

@@ -11,3 +11,3 @@ "author": {

"sideEffects": false,
"main": "./dist/index.js",
"main": "dist/index.js",
"files": [

@@ -24,15 +24,10 @@ "dist"

".": {
"import": {
"default": "./dist/index.mjs",
"types": "./dist/index.d.mts"
},
"require": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
}
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"module": "dist/index.mjs",
"types": "dist/index.d.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