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

adigest

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adigest - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/digest_json.js

@@ -11,3 +11,3 @@ /**

const digestString = require('./digest_string')
const dict = require('json-pointer')
const { dict } = require('json-pointer')

@@ -14,0 +14,0 @@ /** @lends digestJson */

/**
* Generate digest
* @module adigest
* @version 1.0.1
* @version 1.0.2
*/

@@ -6,0 +6,0 @@

{
"name": "adigest",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate digest",

@@ -40,2 +40,2 @@ "main": "lib",

}
}
}

@@ -27,2 +27,7 @@ /**

)
assert.notEqual(
digestJson({ foo: 'f', bar: 'b' }),
digestJson({ foo: 'f', bar: 'baz' })
)
}))

@@ -29,0 +34,0 @@ })

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