snap-shot-core
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "snap-shot-core", | ||
"description": "Save / load named snapshots, useful for tests", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -26,2 +26,11 @@ "bugs": "https://github.com/bahmutov/snap-shot-core/issues", | ||
"post-merge": [] | ||
}, | ||
"next-update": { | ||
"commands": { | ||
"deps-ok": "npm run deps", | ||
"dependency-check": "npm run deps", | ||
"license-checker": "npm run license", | ||
"nsp": "npm run secure", | ||
"git-issues": "npm run issues" | ||
} | ||
} | ||
@@ -76,10 +85,11 @@ }, | ||
"ban-sensitive-files": "1.9.0", | ||
"dependency-check": "2.8.0", | ||
"dependency-check": "2.9.1", | ||
"deps-ok": "1.2.0", | ||
"dont-crack": "1.1.1", | ||
"dont-crack": "1.2.1", | ||
"git-issues": "1.3.1", | ||
"license-checker": "9.0.3", | ||
"mocha": "3.2.0", | ||
"license-checker": "12.0.0", | ||
"mocha": "3.4.2", | ||
"next-update-travis": "1.2.1", | ||
"nsp": "2.6.3", | ||
"pre-git": "3.14.0", | ||
"pre-git": "3.15.0", | ||
"semantic-release": "^6.3.6", | ||
@@ -91,4 +101,5 @@ "simple-commit-message": "3.0.2", | ||
"check-more-types": "2.24.0", | ||
"debug": "2.6.3", | ||
"debug": "2.6.8", | ||
"escape-quotes": "1.0.2", | ||
"is-ci": "1.0.10", | ||
"lazy-ass": "1.6.0", | ||
@@ -95,0 +106,0 @@ "mkdirp": "0.5.1" |
@@ -134,2 +134,5 @@ # snap-shot-core | ||
If `opts.ci` is not set, it will use [is-ci](https://github.com/watson/is-ci) | ||
to determine if running on CI or not. | ||
## Debugging | ||
@@ -136,0 +139,0 @@ |
@@ -8,2 +8,3 @@ 'use strict' | ||
const utils = require('./utils') | ||
const isCI = require('is-ci') | ||
const {snapshotIndex, strip} = utils | ||
@@ -111,2 +112,7 @@ | ||
if (!('ci' in opts)) { | ||
debug('set CI flag to %s', isCI) | ||
opts.ci = isCI | ||
} | ||
if (ext) { | ||
@@ -113,0 +119,0 @@ la(ext[0] === '.', 'extension should start with .', ext) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22229
437
187
6
13
+ Addedis-ci@1.0.10
+ Addedci-info@1.6.0(transitive)
+ Addeddebug@2.6.8(transitive)
+ Addedis-ci@1.0.10(transitive)
+ Addedms@2.0.0(transitive)
- Removeddebug@2.6.3(transitive)
- Removedms@0.7.2(transitive)
Updateddebug@2.6.8