You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stablelib/sha256

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/sha256 - npm Package Compare versions

Comparing version

to
0.2.5

LICENSE

2

dist/sha256.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 sha256_1 = require("./sha256");

@@ -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 binary_1 = require("@stablelib/binary");

@@ -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 sha256_1 = require("./sha256");

{
"name": "@stablelib/sha256",
"version": "0.0.1",
"version": "0.2.5",
"description": "SHA-256 cryptographic hash function",

@@ -18,10 +18,10 @@ "main": "./dist/sha256.js",

"dependencies": {
"@stablelib/binary": "^0.0.1",
"@stablelib/hash": "^0.0.1",
"@stablelib/wipe": "^0.0.1"
"@stablelib/binary": "^0.2.5",
"@stablelib/hash": "^0.2.5",
"@stablelib/wipe": "^0.2.5"
},
"devDependencies": {
"@stablelib/base64": "^0.0.1",
"@stablelib/benchmark": "^0.0.1"
"@stablelib/base64": "^0.2.5",
"@stablelib/benchmark": "^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