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

@types/jsonschema

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsonschema - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

jsonschema/index.d.ts
// Type definitions for jsonschema
// Project: https://github.com/tdegrunt/jsonschema
// Definitions by: Vlado Tešanovic <https://github.com/vladotesanovic>
// Definitions by: Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -14,2 +14,3 @@ declare module "jsonschema" {

schema: {};
valid: boolean;
throwError: any;

@@ -16,0 +17,0 @@ disableFormat: boolean;

{
"name": "@types/jsonschema",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript definitions for jsonschema",
"license": "MIT",
"author": "Vlado Tešanovic <https://github.com/vladotesanovic>",
"author": "Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>",
"main": "",

@@ -15,4 +15,3 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "ca3b5a05811609f7fad3fbbeb222d3f3f039ef036d36737bdb30e5eb224d7841"
"typesPublisherContentHash": "7cbc7c37a168725d7231fff4bb991b91c43b91b32d7226b4563f775364a967ee"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:34 GMT
* Last updated: Tue, 29 Nov 2016 23:25:46 GMT
* File structure: DeclareModule

@@ -19,2 +19,2 @@ * Library Dependencies: none

# Credits
These definitions were written by Vlado Tešanovic <https://github.com/vladotesanovic>.
These definitions were written by Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>.
{
"authors": "Vlado Tešanovic <https://github.com/vladotesanovic>",
"definitionFilename": "index.d.ts",
"authors": "Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"libraryName": "jsonschema",

@@ -22,3 +21,3 @@ "typingsPackageName": "jsonschema",

"hasPackageJson": false,
"contentHash": "ca3b5a05811609f7fad3fbbeb222d3f3f039ef036d36737bdb30e5eb224d7841"
"contentHash": "7cbc7c37a168725d7231fff4bb991b91c43b91b32d7226b4563f775364a967ee"
}
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