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.8.0 to 0.8.1

0

gruntfile.js

@@ -0,0 +0,0 @@ 'use strict';

24

package.json

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

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

@@ -26,23 +26,17 @@ "license": "MIT",

"engines": {
"node": ">=0.10.0"
"node": ">=0.8.0"
},
"dependencies": {
"merge-recursive": "^0.0.3",
"object-merge": "^2.5.1",
"redis": "^0.12.1",
"uuid": "^1.4.1"
"merge-recursive": "0.0.x",
"object-merge": "2.5.x",
"redis": "2.6.x",
"uuid": "3.0.x"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.11.0",
"grunt-project-update": "^0.2.3",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.4"
"chai": "3.5.x",
"mocha": "3.2.x"
},
"scripts": {
"test": "grunt test"
"test": "node ./node_modules/mocha/bin/mocha"
}
}

@@ -1,2 +0,2 @@

object-manage [![Build Status](https://travis-ci.org/snailjs/object-manage.png?branch=master)](https://travis-ci.org/snailjs/object-manage)
object-manage [![Build Status](https://travis-ci.org/nullivex/object-manage.png?branch=master)](https://travis-ci.org/nullivexnpm /object-manage)
=============

@@ -752,2 +752,7 @@

### 0.8.1
* Update dependencies
* Test against all major node versions
* Enable support for 0.8.x
### 0.8.0

@@ -754,0 +759,0 @@ * Completely rewritten API

Sorry, the diff of this file is not supported yet

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