speculate
Advanced tools
Comparing version 3.1.2 to 4.0.0
{ | ||
"name": "speculate", | ||
"version": "3.1.2", | ||
"version": "4.0.0", | ||
"description": "Automatically generates an RPM Spec file for your Node.js project", | ||
@@ -33,6 +33,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"commander": "^2.9.0", | ||
"commander": "^10.0.0", | ||
"handlebars": "^4.7.7", | ||
"rimraf": "^2.5.2", | ||
"tar-fs": "^1.11.1" | ||
"rimraf": "^4.1.0", | ||
"tar-fs": "^2.1.1" | ||
}, | ||
@@ -46,9 +46,9 @@ "eslintConfig": { | ||
"devDependencies": { | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"eslint": "^8.6.0", | ||
"codeclimate-test-reporter": "^0.5.1", | ||
"eslint": "^8.32.0", | ||
"eslint-config-iplayer": "^8.0.0", | ||
"eslint-plugin-mocha": "^10.0.3", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^5.0.4", | ||
"sinon": "^4.4.8" | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^10.2.0", | ||
"sinon": "^15.0.1" | ||
}, | ||
@@ -55,0 +55,0 @@ "engines": { |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const sinon = require('sinon'); | ||
const sandbox = sinon.sandbox.create(); | ||
const sandbox = sinon.createSandbox(); | ||
@@ -12,0 +12,0 @@ const archiver = require('../lib/archiver'); |
@@ -8,3 +8,3 @@ 'use strict'; | ||
const pkg = require('./fixtures/my-cool-api'); | ||
const sandbox = sinon.sandbox.create(); | ||
const sandbox = sinon.createSandbox(); | ||
@@ -11,0 +11,0 @@ describe('clean', () => { |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const pkgWithWhitelist = require('./fixtures/my-cool-api-with-whitelist'); | ||
const sandbox = require('sinon').sandbox.create(); | ||
const sandbox = require('sinon').createSandbox(); | ||
const fs = require('fs'); | ||
@@ -8,0 +8,0 @@ const assert = require('assert'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65785
+ Addedbase64-js@1.5.1(transitive)
+ Addedbl@4.1.0(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcommander@10.0.1(transitive)
+ Addedglob@9.3.5(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@8.0.4(transitive)
+ Addedminipass@4.2.87.1.2(transitive)
+ Addedmkdirp-classic@0.5.3(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrimraf@4.4.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedtar-fs@2.1.2(transitive)
+ Addedtar-stream@2.2.0(transitive)
- Removedbl@1.2.3(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbuffer-alloc@1.2.0(transitive)
- Removedbuffer-alloc-unsafe@1.1.0(transitive)
- Removedbuffer-fill@1.0.0(transitive)
- Removedcommander@2.20.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedisarray@1.0.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedpump@1.0.3(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedtar-fs@1.16.4(transitive)
- Removedtar-stream@1.6.2(transitive)
- Removedto-buffer@1.1.1(transitive)
- Removedxtend@4.0.2(transitive)
Updatedcommander@^10.0.0
Updatedrimraf@^4.1.0
Updatedtar-fs@^2.1.1