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

@guiiai/logg

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guiiai/logg - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

package.json
{
"name": "@guiiai/logg",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"description": "Yet another simple, nearly zero dependency, structural log compliance logger implementation.",

@@ -35,3 +35,4 @@ "contributors": [

"eslint": "8",
"unbuild": "^2.0.0"
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
},

@@ -41,4 +42,7 @@ "scripts": {

"build": "unbuild",
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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