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

json-fingerprint

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-fingerprint - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0

10

package.json
{
"name": "json-fingerprint",
"type": "module",
"version": "1.0.0-rc.1",
"description": "JSON fingerprint",
"version": "1.0.0",
"description": "JSON fingerprint - create an unique hash for JSON data based on structure and value types",
"repository": {
"type": "git",
"url": "https://github.com/chimurai/json-fingerprint.git"
"url": "git+https://github.com/chimurai/json-fingerprint.git"
},

@@ -21,3 +21,5 @@ "author": "chimurai",

"main": "src/main.mjs",
"files": ["src"],
"files": [
"src"
],
"scripts": {

@@ -24,0 +26,0 @@ "clean": "rm -rf coverage",

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