Socket
Socket
Sign inDemoInstall

@stablelib/aead

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.2.5

LICENSE

2

dist/aead.js

@@ -0,5 +1,5 @@

"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=aead.js.map
{
"name": "@stablelib/aead",
"version": "0.1.2",
"version": "0.2.5",
"description": "AEAD interface declaration (authenticated encryption with associated data)",

@@ -5,0 +5,0 @@ "main": "./dist/aead.js",

{
"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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc