secure-cookie
Advanced tools
Comparing version 0.0.5 to 0.0.6
/*! | ||
* secure-cookie v0.0.5 | ||
* secure-cookie v0.0.6 | ||
* (c) Ismail H. Ayaz | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* secure-cookie v0.0.5 | ||
* secure-cookie v0.0.6 | ||
* (c) Ismail H. Ayaz | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "secure-cookie", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Cookie library/middleware with signing and encryption support", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,2 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */ | ||
import {CIPHER_INFO} from "./ciphers"; | ||
import type {Partial} from "rollup-plugin-typescript2/dist/partial"; | ||
@@ -9,0 +8,0 @@ const AUTH_TAG_REQUIRED = /-(gcm|ccm)/ |
/// <reference types="node" /> | ||
import { BinaryToTextEncoding, CipherKey, Encoding } from "crypto"; | ||
import { CIPHER_INFO } from "./ciphers"; | ||
import type { Partial } from "rollup-plugin-typescript2/dist/partial"; | ||
export interface KeyStoreOpts { | ||
@@ -6,0 +5,0 @@ signing?: { |
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
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
Sorry, the diff of this file is not supported yet
264586
2541