Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atributo

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atributo - npm Package Compare versions

Comparing version 1.0.7 to 1.1.0

24

package.json
{
"name": "atributo",
"description": "Allocate jobs across a variable number of instances",
"version": "1.0.7",
"version": "1.1.0",
"homepage": "https://github.com/davedoesdev/atributo",

@@ -32,21 +32,21 @@ "author": {

"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"iferr": "^1.0.2",
"pg": "^8.8.0",
"sqlite3": "^5.1.1"
"pg": "^8.11.3",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"c8": "^7.12.0",
"chai": "^4.3.6",
"config": "^3.3.8",
"documentation": "^14.0.0",
"grunt": "^1.5.3",
"c8": "^8.0.1",
"chai": "^4.3.10",
"config": "^3.3.9",
"documentation": "^14.0.2",
"grunt": "^1.6.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-env": "^1.0.1",
"grunt-eslint": "^24.0.0",
"grunt-eslint": "^24.3.0",
"grunt-exec": "^3.0.0",
"migrate": "^1.8.0",
"mocha": "^10.0.0",
"migrate": "^2.0.0",
"mocha": "^10.2.0",
"node-pg-migrate": "^6.2.2"
}
}

@@ -140,8 +140,8 @@ Node.js module for managing allocation of job IDs across a variable

- This is a new allocation persisted to the database in this call.
- This is a new allocation persisted to the database in this call.
- This is an allocation which already existed in the database before
- This is an allocation which already existed in the database before
the instance was made unavailable.
- The allocation is removed from the database.
- The allocation is removed from the database.

@@ -148,0 +148,0 @@ # Allocator

Sorry, the diff of this file is not supported yet

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