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.4 to 3.0.5

8

History.md

@@ -0,1 +1,9 @@

3.0.5 / 2016-07-11
==================
- Fix when updating with `0`
3.0.4 / 2016-07-07
==================
- Do not fail when inserting empty array
3.0.3 / 2016-07-06

@@ -2,0 +10,0 @@ ==================

2

lib/util.js

@@ -12,4 +12,2 @@ var id = require('./helpers').id

exports.cast = function cast (obj) {
obj = obj || {}
if (Array.isArray(obj)) {

@@ -16,0 +14,0 @@ return obj.map(cast)

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

@@ -41,12 +41,7 @@ "tags": [

},
"ava": {
"files": [
"test/**"
]
},
"nyc": {
"exclude": [
"test/**"
"include": [
"lib/**"
]
}
}
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