Socket
Socket
Sign inDemoInstall

@jest/schemas

Package Overview
Dependencies
1
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.2 to 28.1.3

18

build/index.d.ts

@@ -8,11 +8,11 @@ /**

import {Static} from '@sinclair/typebox';
import {StaticPartial} from '@sinclair/typebox';
import {TBoolean} from '@sinclair/typebox';
import {TNumber} from '@sinclair/typebox';
import {TObject} from '@sinclair/typebox';
import {TPartial} from '@sinclair/typebox';
import {TReadonly} from '@sinclair/typebox';
import {TString} from '@sinclair/typebox';
declare const RawSnapshotFormat: TObject<
StaticPartial<{
declare const RawSnapshotFormat: TPartial<
TObject<{
callToJSON: TReadonly<TBoolean>;

@@ -29,4 +29,4 @@ escapeRegex: TReadonly<TBoolean>;

theme: TReadonly<
TObject<
StaticPartial<{
TPartial<
TObject<{
comment: TReadonly<TString>;

@@ -43,4 +43,4 @@ content: TReadonly<TString>;

export declare const SnapshotFormat: TObject<
StaticPartial<{
export declare const SnapshotFormat: TPartial<
TObject<{
callToJSON: TReadonly<TBoolean>;

@@ -57,4 +57,4 @@ escapeRegex: TReadonly<TBoolean>;

theme: TReadonly<
TObject<
StaticPartial<{
TPartial<
TObject<{
comment: TReadonly<TString>;

@@ -61,0 +61,0 @@ content: TReadonly<TString>;

{
"name": "@jest/schemas",
"version": "28.0.2",
"version": "28.1.3",
"repository": {

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

"dependencies": {
"@sinclair/typebox": "^0.23.3"
"@sinclair/typebox": "^0.24.1"
},

@@ -29,3 +29,3 @@ "engines": {

},
"gitHead": "279ee6658d763f024d51f340fab6a37c17d94502"
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc