Socket
Socket
Sign inDemoInstall

object-hash

Package Overview
Dependencies
0
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.1.0

6

index.js

@@ -395,2 +395,6 @@ 'use strict';

},
_file: function(file) {
write('file:');
return this.dispatch([file.name, file.size, file.type, file.lastModfied]);
},
_blob: function() {

@@ -423,3 +427,3 @@ if (options.ignoreUnknown) {

_fsevent: function() { return write('fsevent'); },
_tlswrap: function() { return write('tlswrap'); }
_tlswrap: function() { return write('tlswrap'); },
};

@@ -426,0 +430,0 @@ }

2

package.json
{
"name": "object-hash",
"version": "2.0.3",
"version": "2.1.0",
"description": "Generate hashes from javascript objects in node and the browser.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/puleos/object-hash",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc