New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@squarecloud/api

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squarecloud/api - npm Package Compare versions

Comparing version
3.7.6
to
3.7.7
+6
-0
CHANGELOG.md
# @squarecloud/api
## 3.7.7
### Patch Changes
- 15d9dc5: Fix CommonJS require not working.
## 3.7.6

@@ -4,0 +10,0 @@

+14
-4
{
"name": "@squarecloud/api",
"version": "3.7.6",
"version": "3.7.7",
"description": "A NodeJS wrapper for Square Cloud API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
},
"default": "./lib/index.js"
}
},
"type": "module",

@@ -9,0 +19,0 @@ "engines": {