@types/rdfjs__serializer-jsonld-ext
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -12,9 +12,9 @@ // Type definitions for @rdfjs/serializer-jsonld-ext 2.0 | ||
interface SerializerOptions { | ||
context?: Context; | ||
compact?: boolean; | ||
encoding?: 'string' | 'object'; | ||
flatten?: boolean; | ||
frame?: boolean; | ||
skipContext?: boolean; | ||
skipGraphProperty?: boolean; | ||
context?: Context | undefined; | ||
compact?: boolean | undefined; | ||
encoding?: 'string' | 'object' | undefined; | ||
flatten?: boolean | undefined; | ||
frame?: boolean | undefined; | ||
skipContext?: boolean | undefined; | ||
skipGraphProperty?: boolean | undefined; | ||
} | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@types/rdfjs__serializer-jsonld-ext", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for @rdfjs/serializer-jsonld-ext", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__serializer-jsonld-ext", | ||
}, | ||
"typesPublisherContentHash": "0680bb98f5c935df9a5db36280cce5d242d003fd6975a6fd75583a0e3c7298da", | ||
"typesPublisherContentHash": "495f3c33815cd5ace46c36dd0b169b44d08b07e2beaf585965e9b712d4ce62e9", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -22,9 +22,9 @@ # Installation | ||
interface SerializerOptions { | ||
context?: Context; | ||
compact?: boolean; | ||
encoding?: 'string' | 'object'; | ||
flatten?: boolean; | ||
frame?: boolean; | ||
skipContext?: boolean; | ||
skipGraphProperty?: boolean; | ||
context?: Context | undefined; | ||
compact?: boolean | undefined; | ||
encoding?: 'string' | 'object' | undefined; | ||
flatten?: boolean | undefined; | ||
frame?: boolean | undefined; | ||
skipContext?: boolean | undefined; | ||
skipGraphProperty?: boolean | undefined; | ||
} | ||
@@ -44,3 +44,3 @@ } | ||
### Additional Details | ||
* Last updated: Thu, 03 Jun 2021 17:02:08 GMT | ||
* Last updated: Thu, 08 Jul 2021 20:20:21 GMT | ||
* Dependencies: [@types/jsonld](https://npmjs.com/package/@types/jsonld), [@types/rdf-js](https://npmjs.com/package/@types/rdf-js) | ||
@@ -47,0 +47,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
4989