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

@basetime/a2w-api-ts

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basetime/a2w-api-ts - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

dist/index.cjs.js

@@ -389,3 +389,3 @@ "use strict";

}
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}, Bearer ${bearerToken}`);
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}`);
const opts = {

@@ -392,0 +392,0 @@ ...options,

@@ -355,3 +355,3 @@ // src/Endpoint.ts

}
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}, Bearer ${bearerToken}`);
this.logger.debug(`${(options == null ? void 0 : options.method) || "GET"} ${url}`);
const opts = {

@@ -358,0 +358,0 @@ ...options,

@@ -11,2 +11,6 @@ import { Campaign } from './Campaign';

/**
* The ID of the bundle the pass belongs to.
*/
bundle: string;
/**
* The ID of the job that created the pass.

@@ -13,0 +17,0 @@ */

{
"name": "@basetime/a2w-api-ts",
"version": "0.1.11",
"version": "0.1.12",
"private": false,

@@ -5,0 +5,0 @@ "description": "Client library that communicates with the addtowallet API.",

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