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

monk

Package Overview
Dependencies
Maintainers
3
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 3.0.5 to 3.0.6

4

History.md

@@ -0,1 +1,5 @@

3.0.6 / 2016-07-11
==================
- Fix when casting `null`
3.0.5 / 2016-07-11

@@ -2,0 +6,0 @@ ==================

2

lib/util.js

@@ -16,3 +16,3 @@ var id = require('./helpers').id

if (typeof obj === 'object') {
if (obj && typeof obj === 'object') {
Object.keys(obj).forEach(function (k) {

@@ -19,0 +19,0 @@ if (k === '_id') {

{
"name": "monk",
"version": "3.0.5",
"version": "3.0.6",
"main": "lib/monk.js",

@@ -5,0 +5,0 @@ "tags": [

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