New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 7.1.13 to 7.1.14

10

package.json
{
"name": "snap-shot-core",
"description": "Save / load named snapshots, useful for tests",
"version": "7.1.13",
"version": "7.1.14",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -96,3 +96,3 @@ "bugs": "https://github.com/bahmutov/snap-shot-core/issues",

"git-issues": "1.3.1",
"license-checker": "20.2.0",
"license-checker": "25.0.1",
"mocha": "5.2.0",

@@ -103,4 +103,4 @@ "nsp": "3.2.1",

"simple-commit-message": "4.0.3",
"sinon": "6.3.5",
"snap-shot-it": "6.2.9",
"sinon": "7.3.0",
"snap-shot-it": "6.2.10",
"standard": "12.0.1",

@@ -112,3 +112,3 @@ "stop-only": "2.2.5"

"common-tags": "1.8.0",
"debug": "3.2.6",
"debug": "4.1.1",
"escape-quotes": "1.0.2",

@@ -115,0 +115,0 @@ "folktale": "2.3.2",

@@ -82,3 +82,3 @@ [![TODO board](https://imdone.io/api/1.0/projects/5b1adebb4f7fd004e58ef569/badge)](https://imdone.io/app#/board/bahmutov/snap-shot-core)

```js
const sameTypes = (a, b) => typeof expected === typeof value
const sameTypes = (a, b) => typeof a === typeof b

@@ -85,0 +85,0 @@ const compareTypes = ({ expected, value }) =>

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