code-128-encoder
code-128-encoder copied to clipboard
Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 5.0.1 Changelog Sourced from minimatch's changelog. change log 9.0...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...
Hi, I think the sequence of the ascii is wrong. thanks. reference: https://en.wikipedia.org/wiki/Code_128
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
For browser and Node.js support `this` was referenced. However, this doesn't work in React Native where `window` is defined but `this` isn't. Fixes #13
Very nice app! It works really well when I reference the file as instructed. I thought it would be nice to use it as a module but ran into issues...
I didn't find a change log and also noticed their weren't tags/releases for later versions that are published to NPM.
I want to encode GS1-128, which requires 'FUNC 1' as the 1st code.
Encoding `1hnL9wrba2JYA3xxYGGcGq` results in `Ì1hnL9wrba2JYA3xxYGGcGq Î`, when it ought to be `Ì1hnL9wrba2JYA3xxYGGcGqÂÎ`. Repro: ```ts describe('Code128Encoder', () => { const code128Encoder = new Code128Encoder() it('encodes a problematic ID', () => {...