node-passbook
node-passbook copied to clipboard
iOS Passbook for the Node hacker
Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Hi, I wasted half a day on this problem and found a solution that I want to share since I assume this project is unmaintained. If you could generate the...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
i'v this problem after run my app. (i used node-passbook prepare-keys for generate my certificates, from my .p12 cert file. ) [Error: unable to load signing key file 140735227736144:error:0906D06C:PEM routines:PEM_read_bio:no...
The regular expression used for splitting the signature accesses index 3. `stdout.split(/(\r\n|\n\n)/)[3];` This is breaking since the regular expression doesnt work as expected. The signature is actually present at index...
Referencing #45 Strings in a pass now can be localized.
Hi! I have added couple loacations coordinars as `createTemplate("coupon",{ ..... locations: [ { "longitude": 49.841547, "latitude": 24.025762 }, { "longitude" : 49.8696262, "latitude" : 24.0110897 } })` But when my...
Is this repository still active?