-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
[![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) | ||
[![deno](https://img.shields.io/badge/[email protected].0-blue.svg?style=flat-square)](https://deno.land/x/[email protected].0/mod.ts) | ||
[![jsr](https://img.shields.io/badge/jsr-@brc--dd/[email protected].0-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron) | ||
[![deno](https://img.shields.io/badge/[email protected].1-blue.svg?style=flat-square)](https://deno.land/x/[email protected].1/mod.ts) | ||
[![jsr](https://img.shields.io/badge/jsr-@brc--dd/[email protected].1-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron) | ||
|
||
This module is a replacement for `@hapi/iron`, written using standard APIs like | ||
Web Crypto and Uint8Array, which make this compatible with a variety of runtimes | ||
|
@@ -55,9 +55,9 @@ import * as Iron from '@brc-dd/iron' | |
On Deno, you can also use any of the following imports: | ||
|
||
```ts | ||
import * as Iron from 'https://deno.land/x/[email protected].0/mod.ts' | ||
import * as Iron from 'https://esm.sh/[email protected].0' | ||
import * as Iron from 'npm:[email protected].0' | ||
import * as Iron from 'https://deno.land/x/[email protected].1/mod.ts' | ||
import * as Iron from 'https://esm.sh/[email protected].1' | ||
import * as Iron from 'npm:[email protected].1' | ||
``` | ||
|
||
Don't use this module directly in the browser. While it will work, it's not | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"$schema": "https://jsr.io/schema/config-file.v1.json", | ||
"name": "@brc-dd/iron", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"exports": "./src/index.ts", | ||
"publish": { "include": ["LICENSE.md", "README.md", "src/**/*.ts", "jsr.json"] } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters