Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passkit-generator

Package Overview
Dependencies
Maintainers
1
Versions
53
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 1.6.2 to 1.6.3

6

CHANGELOG.md

@@ -7,4 +7,8 @@ # Changelog

___
## 1.6.1 + 1.6.2
## 1.6.1 --> 1.6.3
[ Subsequent commits ]
Fixes to problems in 1.6.1
[ [#baf096c38](/commit/baf096c38067aae0ec459487db865851531f97b2) ]

@@ -11,0 +15,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -71,3 +71,3 @@ const fs = require("fs");

const buffersPromise = this._remoteResources.reduce(async (acc, current) => {
const buffersPromise = await this._remoteResources.reduce(async (acc, current) => {
try {

@@ -104,3 +104,3 @@ const response = await got(current[0], { encoding: null });

// list without localization files (they will be added later in the flow)
const bundle = noDynList.filter(f => !f.includes(".lproj"));
let bundle = noDynList.filter(f => !f.includes(".lproj"));

@@ -107,0 +107,0 @@ // Localization folders only

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