node-crc icon indicating copy to clipboard operation
node-crc copied to clipboard

To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.

Results 8 node-crc issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies
github_actions

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

I am developing an application that uses this lib, in which I have given the support of multiple CRC algorithms, and when users finally run the config they created, those...

Given the change over to using rust, and the lack of rust tooling in most CI infrastructure by default, it might be nice to provide prebuilt binaries. There are a...

When I try to install any version > 2.0.0 with yarn on macOS, I get following error: ``` [5/5] 🔨 Building fresh packages... error //node_modules/node-crc: Command failed. Exit code: 1...

Please add a changelog. It would help when upgrading major versions (e.g. 1.3.2 -> 2.0.10) to check for problems with deprecations etc. in advance.

Hi there! Firstly, thank you for making this library, I'm finding it very useful! I'm using this library with TypeScript, and it's a bit cumbersome when dealing with the return...

I got the following error when installing 4.0.0 with yarn: ``` # This file contains the result of Yarn building a package (node-crc@npm:4.0.0) # Script name: install ... error: the...