Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yaschema

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaschema - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

2

lib/schema/data-types/restricted-number.d.ts

@@ -13,3 +13,3 @@ import type { Range } from '../../types/range';

/** If one or more values are specified, the value must be equal to one of the specified values or in one of the specified ranges */
allowedValuesAndRanges?: Array<number | Range<number>>;
allowedValuesAndRanges: Array<number | Range<number>>;
}

@@ -16,0 +16,0 @@ /** Requires a real, finite number. If one or more values and/or ranges are specified, the value must also be equal to one of the specified

{
"name": "yaschema",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Yet another schema",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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