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

@stratumn/js-crypto

Package Overview
Dependencies
Maintainers
10
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stratumn/js-crypto - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

9

lib/index.js

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

});
exports.aes = exports.rsa = undefined;
exports.asym = exports.aes = exports.rsa = undefined;

@@ -17,5 +17,10 @@ var _rsa = require('./rsa');

var _asym = require('./asym');
var asym = _interopRequireWildcard(_asym);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
exports.rsa = rsa;
exports.aes = aes;
exports.aes = aes;
exports.asym = asym;
{
"name": "@stratumn/js-crypto",
"version": "0.0.3",
"version": "0.0.4",
"description": "Browser compatible crypto",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

import * as rsa from './rsa';
import * as aes from './aes';
import * as asym from './asym';
export { rsa, aes };
export { rsa, aes, asym };
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