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

credify-crypto

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

credify-crypto - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

3

dist/index.d.ts
import Encryption from "./encryption";
import Signing from "./signing";
export { Encryption, Signing };
import * as interfaces from "./interfaces";
export { Encryption, Signing, interfaces };

@@ -125,3 +125,3 @@ import { Crypto } from '@peculiar/webcrypto';

modulusLength: 4096,
}, false, ["encrypt", "decrypt"])];
}, true, ["encrypt", "decrypt"])];
case 1:

@@ -383,2 +383,6 @@ keys = _a.sent();

export { Encryption, Signing };
var interfaces = /*#__PURE__*/Object.freeze({
__proto__: null
});
export { Encryption, Signing, interfaces };

@@ -129,3 +129,3 @@ 'use strict';

modulusLength: 4096,
}, false, ["encrypt", "decrypt"])];
}, true, ["encrypt", "decrypt"])];
case 1:

@@ -387,3 +387,8 @@ keys = _a.sent();

var interfaces = /*#__PURE__*/Object.freeze({
__proto__: null
});
exports.Encryption = Encryption;
exports.Signing = Signing;
exports.interfaces = interfaces;
{
"name": "credify-crypto",
"version": "0.3.0",
"version": "0.4.0",
"description": "Credify cryptographic related helpers in JavaScript",

@@ -5,0 +5,0 @@ "license": "MIT",

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