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

object-manage

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-manage - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/ObjectManage.js

@@ -463,3 +463,3 @@ 'use strict';

*/
Object.prototype.merge = ObjectManage.prototype.objectMerge
ObjectManage.prototype.merge = ObjectManage.prototype.objectMerge

@@ -466,0 +466,0 @@ /**

@@ -6,3 +6,3 @@ {

"bugs": "https://github.com/snailjs/object-manage/issues",
"version": "0.5.0",
"version": "0.5.1",
"author": "Bryan Tong <contact@nullivex.com>",

@@ -9,0 +9,0 @@ "license": "MIT",

@@ -405,2 +405,5 @@ object-manage [![Build Status](https://travis-ci.org/snailjs/object-manage.png?branch=master)](https://travis-ci.org/snailjs/object-manage)

### 0.5.1
* Fixed small prototype issue with .merge being set to Object instead of ObjectManage
### 0.5.0

@@ -407,0 +410,0 @@ * ObjectManage is now an event emitter that fires events for watching data see README for event types

@@ -9,2 +9,9 @@ 'use strict';

describe('Prototype',function(){
it('should have a merge function',function(){
expect(ObjectManage.prototype.hasOwnProperty('merge')).to.equal(true)
expect(ObjectManage.prototype.merge).to.be.a('function')
})
})
describe('Construction',function(){

@@ -11,0 +18,0 @@ it('should accept data to the constructor',function(){

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