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.1.0 to 2.1.1

dist/sparoid.cjs

9

package.json

@@ -15,5 +15,9 @@ {

"type": "module",
"version": "2.1.0",
"version": "2.1.1",
"description": "SPAroid client",
"main": "src/sparoid.mjs",
"exports": {
"require": "./dist/sparoid.cjs",
"import": "./src/sparoid.mjs"
},
"dependencies": {},

@@ -25,3 +29,4 @@ "repository": {

"files": [
"src/"
"src/",
"dist/"
],

@@ -28,0 +33,0 @@ "author": "84codes",

@@ -8,3 +8,3 @@ # SPAroid

```javascript
import * as sparoid from 'sparoid'
import * as sparoid from '@84codes/sparoid'

@@ -11,0 +11,0 @@ // Sparoid will read the environment variables SPAROID_KEY and SPAROID_HMAC_KEY

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