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.1.0 to 1.1.1

.github/workflows/win-ci.yml

2

.eslintrc.js
module.exports = {
parserOptions: {
ecmaVersion: 2018
ecmaVersion: 2020
}
};
{
"name": "atributo",
"description": "Allocate jobs across a variable number of instances",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/davedoesdev/atributo",

@@ -35,9 +35,9 @@ "author": {

"pg": "^8.11.3",
"sqlite3": "^5.1.6"
"sqlite3": "^5.1.7"
},
"devDependencies": {
"c8": "^8.0.1",
"chai": "^4.3.10",
"config": "^3.3.9",
"documentation": "^14.0.2",
"c8": "^9.1.0",
"chai": "^5.1.0",
"config": "^3.3.11",
"documentation": "^14.0.3",
"grunt": "^1.6.1",

@@ -48,6 +48,6 @@ "grunt-contrib-copy": "^1.0.0",

"grunt-exec": "^3.0.0",
"migrate": "^2.0.0",
"mocha": "^10.2.0",
"migrate": "^2.1.0",
"mocha": "^10.3.0",
"node-pg-migrate": "^6.2.2"
}
}

@@ -5,3 +5,2 @@ 'use strict';

async = require('async'),
expect = require('chai').expect,
Atributo = require('..').Atributo,

@@ -15,2 +14,5 @@ iferr = require('iferr'),

{
import('chai').then(function ({ expect })
{
async.waterfall(

@@ -59,2 +61,4 @@ [

], cb);
});
};

@@ -61,0 +65,0 @@ };

@@ -5,3 +5,2 @@ 'use strict';

async = require('async'),
expect = require('chai').expect,
Atributo = require('..').Atributo,

@@ -19,2 +18,7 @@ iferr = require('iferr'),

{
let expect;
before(async () => {
({ expect } = await import('chai'));
});
this.timeout(10 * 60 * 1000);

@@ -21,0 +25,0 @@

@@ -6,3 +6,2 @@ 'use strict';

iferr = require('iferr'),
expect = require('chai').expect,
sqlite3 = require('sqlite3'),

@@ -12,2 +11,7 @@ Atributo = require('..').Atributo,

let expect;
before(async () => {
({ expect } = await import('chai'));
});
describe(`atributo (${db_type_name})`, function ()

@@ -14,0 +18,0 @@ {

@@ -5,3 +5,2 @@ 'use strict';

async = require('async'),
expect = require('chai').expect,
Atributo = require('..').Atributo,

@@ -15,2 +14,5 @@ iferr = require('iferr'),

{
import('chai').then(function ({ expect })
{
async.waterfall(

@@ -53,2 +55,4 @@ [

], cb);
});
};

@@ -55,0 +59,0 @@ };

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