Socket
Socket
Sign inDemoInstall

dispatch-node

Package Overview
Dependencies
263
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

5

package.json
{
"name": "dispatch-node",
"version": "0.0.11",
"version": "0.0.12",
"description": "The node wrapper for the dispatch API.",

@@ -33,3 +33,4 @@ "main": "lib/dispatch.js",

"axios": "^0.21.1"
}
},
"type": "module"
}

@@ -28,15 +28,2 @@ # Dispatch Sender Node.js Library

Or using ES modules and `async`/`await`:
```js
import Dispatch from "dispatch-node";
const dispatch = new Dispatch("key_EHKD5tbatzX59DArnTBjhr46G5n1f4aJkvwPByft");
(async () => {
const response = await dispatch.deliveries.list();
console.log(response.data);
})();
```
### Using Promises

@@ -43,0 +30,0 @@

docs/index.html

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc