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 29.0.0 to 29.4.0

.eslintcache

20

build/index.d.ts

@@ -32,7 +32,7 @@ /**

TObject<{
comment: TReadonly<TString>;
content: TReadonly<TString>;
prop: TReadonly<TString>;
tag: TReadonly<TString>;
value: TReadonly<TString>;
comment: TReadonly<TString<string>>;
content: TReadonly<TString<string>>;
prop: TReadonly<TString<string>>;
tag: TReadonly<TString<string>>;
value: TReadonly<TString<string>>;
}>

@@ -60,7 +60,7 @@ >

TObject<{
comment: TReadonly<TString>;
content: TReadonly<TString>;
prop: TReadonly<TString>;
tag: TReadonly<TString>;
value: TReadonly<TString>;
comment: TReadonly<TString<string>>;
content: TReadonly<TString<string>>;
prop: TReadonly<TString<string>>;
tag: TReadonly<TString<string>>;
value: TReadonly<TString<string>>;
}>

@@ -67,0 +67,0 @@ >

@@ -7,13 +7,9 @@ 'use strict';

exports.SnapshotFormat = void 0;
function _typebox() {
const data = require('@sinclair/typebox');
_typebox = function () {
return data;
};
return data;
}
/**

@@ -25,2 +21,3 @@ * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

*/
const RawSnapshotFormat = _typebox().Type.Partial(

@@ -64,5 +61,3 @@ _typebox().Type.Object({

);
const SnapshotFormat = _typebox().Type.Strict(RawSnapshotFormat);
exports.SnapshotFormat = SnapshotFormat;
{
"name": "@jest/schemas",
"version": "29.0.0",
"version": "29.4.0",
"repository": {

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

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

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

},
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
}
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