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

passkit-generator

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passkit-generator - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

lib/PKPass.d.ts

@@ -54,2 +54,6 @@ /// <reference types="node" />

/**
* Allows retrieving current languages
*/
get languages(): string[];
/**
* Allows getting an image of the props

@@ -56,0 +60,0 @@ * that are composing your pass instance.

@@ -123,2 +123,8 @@ "use strict";

/**
* Allows retrieving current languages
*/
get languages() {
return Object.keys(this[exports.localizationSymbol]);
}
/**
* Allows getting an image of the props

@@ -125,0 +131,0 @@ * that are composing your pass instance.

8

package.json
{
"name": "passkit-generator",
"version": "3.0.0",
"version": "3.0.1",
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",

@@ -12,7 +12,3 @@ "main": "lib/index.js",

"prepublishOnly": "npm run build",
"test": "npm run build:spec && npx jasmine",
"example": "npm run build:src && npm --prefix examples run example",
"example:install": "npm --prefix examples install",
"example:build": "npm --prefix examples run build",
"example:debug": "npm run build:src && npm --prefix examples run example:debug"
"test": "npm run build:spec && npx jasmine"
},

@@ -19,0 +15,0 @@ "author": "Alexander Patrick Cerutti",

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