iron-webcrypto
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "iron-webcrypto", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -27,5 +27,11 @@ # iron-webcrypto (beta) [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue?style=flat-square)](https://www.jsdocs.io/package/iron-webcrypto) [![downloads](https://img.shields.io/npm/dm/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) [![npm](https://img.shields.io/npm/v/iron-webcrypto?style=flat-square)](https://www.npmjs.com/package/iron-webcrypto) | ||
```ts | ||
import * as Iron from 'https://esm.sh/iron-webcrypto@0.9.0' | ||
import * as Iron from 'https://esm.sh/iron-webcrypto@0.10.1' | ||
``` | ||
This module is also published on `deno.land/x` as `iron`: | ||
```ts | ||
import * as Iron from 'https://deno.land/x/iron@v0.10.1/mod.ts' | ||
``` | ||
## Usage | ||
@@ -32,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47174
108