cryptolens-nodejs
cryptolens-nodejs copied to clipboard
Client API to access the functionality of Cryptolens Software Licensing API
Convert project from CommonJS to EcmaScript modules to be more easily integrated in modern Node.js and browser development, also allowing tree-shaking to reduce library footprint when integrated by third parties.
https://nodejs.org/api/webcrypto.html By using browser and Node.js built-in APIs, we don't need to include third-party libraries.
Semantic versioning uses only three fields, but at https://github.com/Cryptolens/cryptolens-nodejs/blob/4dbc157618360040618880df87773738e6965f1e/package.json#L3 it's being used 4, so it's an invalid value. Create a new `1.0.15` version and stick to valid semantic versioning values.
Node.js v17.5.0 includes native support for `fetch()` API. Since Node.js v16 gets EOL in three months, it's safe to fully remove `got` dependency and use directly the built-in `fetch()` API....
Hi developers, is there any way to get this working for a simple javascript project? I'm having hard time getting cryptolens to integrate with a chrome extension made with vanilla...
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependency [got](https://github.com/sindresorhus/got). These dependencies need to be updated together. Updates `cacheable-request` from 7.0.2 to 10.2.7 Release notes Sourced from cacheable-request's releases. v10.2.6 Fix...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
# Attends Closes: #32 # Description migrate project to esm