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

@zaneray/accelo

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zaneray/accelo - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-29

5

lib/index.js

@@ -198,3 +198,4 @@ const { logger } = require("@zaneray/gcp-node-logging");

fields = fields ? `&_fields=${fields}` : '';
let count = await this.#get(`${path}/count?${filters}`);
let q = (filters !== '' && fields !== '') ? '?' : '';
let count = await this.#get(`${path}/count${q}${filters}`);
count = Number.parseInt(count.count);

@@ -276,3 +277,3 @@ let pageCount = Math.ceil(count / limit);

await this.#login(options);
let res = await fetch(`https://${this.#deployment}.api.accelo.com/api/v0/${path}`, options);
let res = await fetch(`https://${this.#deployment}.api.accelo.com/api/v0${path}`, options);
// console.log(await res.status());

@@ -279,0 +280,0 @@ // console.log(await res.statusText());

4

package.json
{
"name": "@zaneray/accelo",
"version": "1.0.2",
"version": "1.0.3-29",
"description": "Seller of the Product",

@@ -8,3 +8,3 @@ "author": "The ZaneRay Group",

"scripts": {
"testx": "export $(grep -v '^#' .env | xargs) && node test/test.js",
"dev": "export $(grep -v '^#' .env | xargs) && node test/test.js",
"test": "echo noop",

@@ -11,0 +11,0 @@ "build": "echo nothing to see here, move along..."

Sorry, the diff of this file is not supported yet

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