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

pouchdb-md5

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-md5 - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1-prerelease

src/binaryMd5-browser.js

18

package.json
{
"name": "pouchdb-md5",
"version": "6.2.0",
"version": "6.2.1-prerelease",
"description": "PouchDB utilities for calculating MD5 checksums.",

@@ -10,16 +10,8 @@ "main": "./lib/index.js",

"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./lib/index.es.js",
"jsnext:main": "./src/index.js",
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./lib/index.es.js": "./lib/index-browser.es.js"
},
"dependencies": {
"pouchdb-binary-utils": "6.2.0",
"spark-md5": "3.0.0"
},
"files": [
"lib",
"dist",
"tonic-example.js"
]
"./src/binaryMd5.js": "./src/binaryMd5-browser.js",
"./src/stringMd5.js": "./src/stringMd5-browser.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