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

@stablelib/chacha20poly1305

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/chacha20poly1305 - npm Package Compare versions

Comparing version 0.1.2 to 0.2.5

LICENSE

2

dist/chacha20poly1305.bench.js

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var chacha20poly1305_1 = require("./chacha20poly1305");

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var chacha_1 = require("@stablelib/chacha");

@@ -0,4 +1,4 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ var chacha20poly1305_1 = require("./chacha20poly1305");

{
"name": "@stablelib/chacha20poly1305",
"version": "0.1.2",
"version": "0.2.5",
"description": "ChaCha20-Poly1305 AEAD (RFC 7539)",

@@ -18,13 +18,13 @@ "main": "./dist/chacha20poly1305.js",

"dependencies": {
"@stablelib/aead": "^0.1.2",
"@stablelib/binary": "^0.0.1",
"@stablelib/chacha": "^0.0.1",
"@stablelib/constant-time": "^0.0.2",
"@stablelib/poly1305": "^0.0.2",
"@stablelib/wipe": "^0.0.1"
"@stablelib/aead": "^0.2.5",
"@stablelib/binary": "^0.2.5",
"@stablelib/chacha": "^0.2.5",
"@stablelib/constant-time": "^0.2.5",
"@stablelib/poly1305": "^0.2.5",
"@stablelib/wipe": "^0.2.5"
},
"devDependencies": {
"@stablelib/benchmark": "^0.0.1",
"@stablelib/hex": "^0.0.1"
"@stablelib/benchmark": "^0.2.5",
"@stablelib/hex": "^0.2.5"
}
}
{
"extends": "../../configs/tsconfig",
"compilerOptions": {
"outDir": "dist"
"target": "es5",
"module": "commonjs",
"strict": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"newLine": "LF",
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"lib": [
"es5",
"es2015.promise",
"dom",
"scripthost"
]
},

@@ -6,0 +22,0 @@ "exclude": [

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