@types/rdf-js
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -43,3 +43,3 @@ // Type definitions for the RDFJS specification 2.0 | ||
*/ | ||
equals(other: Term): boolean; | ||
equals(other: Term | null | undefined): boolean; | ||
} | ||
@@ -67,3 +67,3 @@ | ||
*/ | ||
equals(other: Term): boolean; | ||
equals(other: Term | null | undefined): boolean; | ||
} | ||
@@ -99,3 +99,3 @@ | ||
*/ | ||
equals(other: Term): boolean; | ||
equals(other: Term | null | undefined): boolean; | ||
} | ||
@@ -120,3 +120,3 @@ | ||
*/ | ||
equals(other: Term): boolean; | ||
equals(other: Term | null | undefined): boolean; | ||
} | ||
@@ -142,3 +142,3 @@ | ||
*/ | ||
equals(other: Term): boolean; | ||
equals(other: Term | null | undefined): boolean; | ||
} | ||
@@ -145,0 +145,0 @@ |
{ | ||
"name": "@types/rdf-js", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "TypeScript definitions for the RDFJS specification", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "93abeb66aec253c9ce9056615897d895408a373cea8bbffdc63934d10034b230", | ||
"typesPublisherContentHash": "a6da7f75eb6bcaaf7bd70b20db008a890d0f22ed89238d185c9c0e66f86e1863", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 13 Dec 2019 10:48:22 GMT | ||
* Last updated: Fri, 20 Dec 2019 06:23:55 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23675