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

tnzapi

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tnzapi - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "tnzapi",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js Library for TNZ Group REST API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,8 +37,9 @@ # tnzapi

```nodejs
const tnzapi = require('./tnzapi');
const tnzapi = require('tnzapi');
const client = tnzapi()
const client = new tnzapi();
client.Sender = "user@example.com"
client.APIKey = "ABC123"
client.Sender = "user@example.com";
client.APIKey = "ABC123";
...
```

@@ -45,0 +46,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