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

jscryptor-3

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscryptor-3 - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

lib/RNCryptor.js

@@ -214,3 +214,3 @@ (function() {

const decipher = crypto.createDecipheriv(_settings.algorithm, key, components.headers.iv)
return Buffer.concat([decipher.update(components.cipher_text), decipher.final()]).toString()
return Buffer.concat([decipher.update(components.cipher_text), decipher.final()])
};

@@ -217,0 +217,0 @@

{
"name": "jscryptor-3",
"version": "0.0.13",
"version": "0.0.14",
"description": "Javascript implementation of RNCryptor",

@@ -5,0 +5,0 @@ "main": "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