Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exact-realty/rfc8188

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exact-realty/rfc8188 - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

dist/init.d.ts

@@ -15,4 +15,7 @@ import type { TEncoding } from './encodings.js';

*/
declare const init: (encoding: TEncoding, IKM: ArrayBufferLike, salt: ArrayBufferLike, keyUsages: KeyUsage[]) => Promise<[CEK: CryptoKey, deriveNonce: Generator<ArrayBuffer, never, never>]>;
declare const init: (encoding: TEncoding, IKM: ArrayBufferLike, salt: ArrayBufferLike, keyUsages: KeyUsage[]) => Promise<[
CEK: CryptoKey,
deriveNonce: Generator<ArrayBuffer, never, never>
]>;
export default init;
//# sourceMappingURL=init.d.ts.map

12

package.json
{
"name": "@exact-realty/rfc8188",
"version": "1.0.5",
"version": "1.0.6",
"description": "An implementation of RFC 8188 (encrypted content-encoding for HTTP)",

@@ -51,6 +51,6 @@ "type": "module",

"devDependencies": {
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"esbuild": "^0.20.1",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",

@@ -61,3 +61,3 @@ "eslint-config-prettier": "^9.1.0",

"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},

@@ -64,0 +64,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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