Socket
Socket
Sign inDemoInstall

@84codes/sparoid

Package Overview
Dependencies
0
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

11

package.json
{
"scripts": {
"test": "ava",
"preversion": "npm test"
"test": "ava --verbose",
"build": "rollup -c",
"preversion": "npm test",
"version": "npm run build && git add -A dist"
},
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^7.20.0"
"eslint": "^7.20.0",
"rollup": "^2.55.1"
},
"name": "@84codes/sparoid",
"type": "module",
"version": "2.0.0",
"version": "2.1.0",
"description": "SPAroid client",

@@ -14,0 +17,0 @@ "main": "src/sparoid.mjs",

@@ -10,3 +10,7 @@ # SPAroid

// Sparoid will read the environment variables SPAROID_KEY and SPAROID_HMAC_KEY
await sparoid.auth(host, port, key, hmac_key)
// alternatively
await sparoid.auth(host, port)
```

@@ -13,0 +17,0 @@

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