New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jwcrypto

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwcrypto - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

lib/utils.js

@@ -95,5 +95,5 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

function copyInto(oldObj, newObj) {
Object.keys(oldObj).forEach(function(k) {
newObj[k] = oldObj[k];
});
for (var k in oldObj) {
if (oldObj.hasOwnProperty(k)) newObj[k] = oldObj[k];
}
}

@@ -100,0 +100,0 @@

{
"name": "jwcrypto"
, "version": "0.2.1"
, "version": "0.2.2"
, "dependencies": {

@@ -5,0 +5,0 @@ "browserify": "1.8.1",

Sorry, the diff of this file is not supported yet

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