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

snap-shot-core

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snap-shot-core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

25

package.json
{
"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)

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