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 1.1.0 to 1.1.1

12

package.json

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

"bugs": "https://github.com/nullivex/object-manage/issues",
"version": "1.1.0",
"version": "1.1.1",
"author": "NULLIVEX LLC <contact@nullivex.com>",

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

"dependencies": {
"object-merge": "2.5.x",
"redis": "2.8.x",
"uuid": "3.3.x"
"object-merge": "^2.5.1",
"redis": "^3.0.2",
"uuid": "^7.0.2"
},
"devDependencies": {
"chai": "4.1.x",
"mocha": "5.2.x"
"chai": "^4.2.0",
"mocha": "^7.1.0"
},

@@ -38,0 +38,0 @@ "scripts": {

object-manage [![Build Status](https://travis-ci.org/nullivex/object-manage.png?branch=master)](https://travis-ci.org/nullivex/object-manage)
=============
## Kado
STOP AND READ THIS
A new package is available to handle all your JavaScript needs.
See [kado.org](https://kado.org) for details.
## Summary
A library for managing javascript objects and offering common getter, setter, merge support.

@@ -728,2 +737,10 @@

### 1.1.1
* Update the following dependencies
* redis 2.8.x → 3.0.x
* uuid 3.3.x → 7.0.x
* chai 4.1.x → 4.2.x
* mocha 5.2.x → 7.1.x
* Add notice about Kado for future use.
### 1.1.0

@@ -730,0 +747,0 @@ * Update dependencies

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