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

rsa-encrypt.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsa-encrypt.js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

es/index.js

@@ -6,3 +6,3 @@ import RSAKey from './rsakey'

constructor (key) {
this.setPublicKey(key)
if (key) this.setPublicKey(key)
}

@@ -9,0 +9,0 @@

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

this.setPublicKey(key);
if (key) this.setPublicKey(key);
}

@@ -26,0 +26,0 @@

{
"name": "rsa-encrypt.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "RSA for browser with small code size",

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

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