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
0
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.33 to 0.1.34

25

dist/types/Template.d.ts

@@ -34,2 +34,6 @@ import type { PassProps } from 'passkit-generator';

/**
* The attributes of the template.
*/
attributes: TemplateAttributes;
/**
* Values related to the Apple version of the template.

@@ -127,1 +131,22 @@ */

}
/**
* A single attribute of a template.
*/
export interface TemplateAttribute {
/**
* A unique key for the attribute.
*/
key: string;
/**
* The value of the attribute.
*/
value: string;
/**
* The type of the value.
*/
type: string;
}
/**
* A list of attributes of a template.
*/
export type TemplateAttributes = TemplateAttribute[];

@@ -0,1 +1,2 @@

import { TemplateAttributes } from './Template';
/**

@@ -26,2 +27,6 @@ * The details needed to render a template thumbnail.

/**
* The attributes of the template.
*/
attributes: TemplateAttributes;
/**
* The logo text for the template.

@@ -28,0 +33,0 @@ */

2

package.json
{
"name": "@basetime/a2w-api-ts",
"version": "0.1.33",
"version": "0.1.34",
"private": false,

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

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