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

tson-schema

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tson-schema - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

dist/string.d.ts
import { BaseSchemaDefinition, TypedSchema } from './common';
export declare type JSONSchemaStringFormat = 'date-time' | 'email' | 'hostname' | 'ipv4' | 'ipv6' | 'uri' | 'uri-reference' | 'json-pointer' | 'uri-template';
export declare type JSONSchemaStringFormat = 'date-time' | 'date' | 'time' | 'duration' | 'email' | 'idn-email' | 'hostname' | 'idn-hostname' | 'ipv4' | 'ipv6' | 'uri' | 'uri-reference' | 'iri' | 'iri-reference' | 'uuid' | 'uri-template' | 'json-pointer' | 'relative-json-pointer' | 'regex';
export interface StringSchemaDefinition extends BaseSchemaDefinition {

@@ -4,0 +4,0 @@ minLength?: number;

{
"name": "tson-schema",
"version": "0.4.0",
"version": "0.5.0",
"description": "A TypeScript API to create JSON-Schemas and TypeScript types",

@@ -23,15 +23,14 @@ "files": [

"devDependencies": {
"@types/ajv": "^1.0.0",
"@types/tape": "^4.2.33",
"ajv": "^6.10.0",
"nodemon": "^1.18.10",
"prettier": "^1.16.4",
"ajv": "^6.10.2",
"nodemon": "^1.19.4",
"prettier": "^1.18.2",
"tap-spec": "^5.0.0",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"tslint": "^5.13.1",
"tape": "^4.11.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.3333"
"typescript": "^3.6.4"
}
}

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