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-alpha.3 to 29.0.0

3

build/index.d.ts

@@ -9,2 +9,3 @@ /**

import {TBoolean} from '@sinclair/typebox';
import {TNull} from '@sinclair/typebox';
import {TNumber} from '@sinclair/typebox';

@@ -19,2 +20,3 @@ import {TObject} from '@sinclair/typebox';

callToJSON: TReadonly<TBoolean>;
compareKeys: TReadonly<TNull>;
escapeRegex: TReadonly<TBoolean>;

@@ -46,2 +48,3 @@ escapeString: TReadonly<TBoolean>;

callToJSON: TReadonly<TBoolean>;
compareKeys: TReadonly<TNull>;
escapeRegex: TReadonly<TBoolean>;

@@ -48,0 +51,0 @@ escapeString: TReadonly<TBoolean>;

@@ -27,2 +27,3 @@ 'use strict';

callToJSON: _typebox().Type.Readonly(_typebox().Type.Boolean()),
compareKeys: _typebox().Type.Readonly(_typebox().Type.Null()),
escapeRegex: _typebox().Type.Readonly(_typebox().Type.Boolean()),

@@ -29,0 +30,0 @@ escapeString: _typebox().Type.Readonly(_typebox().Type.Boolean()),

4

package.json
{
"name": "@jest/schemas",
"version": "29.0.0-alpha.3",
"version": "29.0.0",
"repository": {

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

},
"gitHead": "09981873c55442e5e494d42012f518b7d3d41fbd"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
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