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

znmi

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

znmi - npm Package Compare versions

Comparing version

to
0.1.6

4

package.json
{
"name": "znmi",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "A simple and easy TypeScript wrapper around NMI's API",

@@ -22,3 +22,3 @@ "files": [

"prepublish": "vitest run && bun run build",
"publish_pkg": "npm publish --access public"
"publish_pkg": "bun run prepublish && npm publish --access public"
},

@@ -25,0 +25,0 @@ "devDependencies": {

@@ -116,2 +116,3 @@ # ZNMI TypeScript Wrapper

0.1.6 - Fixed publish script order oops
0.1.5 - Added tsc as a prepublish step to hopefully get return types fixed

@@ -118,0 +119,0 @@ 0.1.4 - Added the return types to export in index so you can use em