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

crypto-pouch

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-pouch - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

bower.json

4

index.js

@@ -117,3 +117,7 @@ var crypto = require('crypto');

}
if (typeof window !== 'undefined' && window.PouchDB) {
window.PouchDB.plugin(module.exports);
}
exports.filter = filter;
exports.crypto = cryptoInit;

10

package.json
{
"name": "crypto-pouch",
"version": "1.1.0",
"version": "1.1.1",
"description": "encrypted pouchdb/couchdb database",
"main": "index.js",
"scripts": {
"test": "node test.js | tspec"
"test": "node test.js | tspec",
"build": "browserify ./ > bundle.js",
"min": "browserify ./ | uglifyjs -mc > bundle.min.js"
},

@@ -30,7 +32,9 @@ "repository": {

"devDependencies": {
"browserify": "^6.3.3",
"memdown": "^1.0.0",
"pouchdb": "^3.1.0",
"tap-spec": "^2.1.0",
"tape": "^3.0.3"
"tape": "^3.0.3",
"uglify-js": "^2.4.15"
}
}
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