You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@jest/snapshot-utils

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/snapshot-utils - npm Package Compare versions

Comparing version

to
30.0.0-rc.1

4

package.json
{
"name": "@jest/snapshot-utils",
"version": "30.0.0-beta.8",
"version": "30.0.0-rc.1",
"repository": {

@@ -37,3 +37,3 @@ "type": "git",

},
"gitHead": "ac334c0cdf04ead9999f0964567d81672d116d42"
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40"
}

@@ -14,3 +14,3 @@ /**

import * as path from 'path';
import chalk = require('chalk');
import chalk from 'chalk';
import * as fs from 'graceful-fs';

@@ -17,0 +17,0 @@ import {

@@ -9,5 +9,5 @@ /**

import * as path from 'path';
import chalk = require('chalk');
import chalk from 'chalk';
import * as fs from 'graceful-fs';
import naturalCompare = require('natural-compare');
import naturalCompare from 'natural-compare';
import type {Config} from '@jest/types';

@@ -14,0 +14,0 @@ import type {SnapshotData} from './types';