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

monk

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monk - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

5

History.md
0.9.1 / 2014-11-15
==================
* update mongoskin to 1.4.4
0.9.0 / 2014-05-09

@@ -3,0 +8,0 @@ ==================

4

package.json
{
"name": "monk",
"version": "0.9.0",
"version": "0.9.1",
"main": "lib/monk.js",

@@ -15,3 +15,3 @@ "tags": [

"dependencies": {
"mongoskin": "1.4.1",
"mongoskin": "1.4.4",
"debug": "*",

@@ -18,0 +18,0 @@ "mpromise": "0.5.1"

@@ -377,3 +377,3 @@ /*global expect*/

expect(err).to.be(null);
expect(num).to.be(undefined);
expect(num).to.be(null);

@@ -384,3 +384,3 @@ users.options.safe = true;

expect(err).to.be(null);
expect(num).to.be(undefined);
expect(num).to.be(null);
done();

@@ -387,0 +387,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