Socket
Socket
Sign inDemoInstall

iron-webcrypto

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iron-webcrypto - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

dist/index.d.ts

@@ -22,3 +22,2 @@ interface _Crypto {

/**
* All algorithms supported by the library.
* @internal

@@ -25,0 +24,0 @@ */

2

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "iron-webcrypto",
"version": "1.2.0",
"version": "1.2.1",
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification",

@@ -6,0 +6,0 @@ "keywords": [

@@ -6,4 +6,4 @@ # 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/deno-iron@v1.2.0-blue.svg?style=flat-square)](https://deno.land/x/iron@v1.2.0/mod.ts)
[![jsr](https://img.shields.io/badge/jsr-@brc--dd/iron@v1.2.0-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron)
[![deno](https://img.shields.io/badge/deno-iron@v1.2.1-blue.svg?style=flat-square)](https://deno.land/x/iron@v1.2.1/mod.ts)
[![jsr](https://img.shields.io/badge/jsr-@brc--dd/iron@v1.2.1-blue.svg?style=flat-square)](https://jsr.io/@brc-dd/iron)

@@ -59,5 +59,5 @@ This module is a replacement for `@hapi/iron`, written using standard APIs like

```ts
import * as Iron from 'https://deno.land/x/iron@v1.2.0/mod.ts'
import * as Iron from 'https://esm.sh/iron-webcrypto@1.2.0'
import * as Iron from 'npm:iron-webcrypto@1.2.0'
import * as Iron from 'https://deno.land/x/iron@v1.2.1/mod.ts'
import * as Iron from 'https://esm.sh/iron-webcrypto@1.2.1'
import * as Iron from 'npm:iron-webcrypto@1.2.1'
```

@@ -64,0 +64,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc