@types/rdfjs__serializer-jsonld-ext
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -6,5 +6,5 @@ // Type definitions for @rdfjs/serializer-jsonld-ext 2.0 | ||
import { EventEmitter } from 'events'; | ||
import { Context } from 'jsonld/jsonld-spec'; | ||
import { Sink, Stream, BaseQuad, Quad } from 'rdf-js'; | ||
import { EventEmitter } from "events"; | ||
import { Context } from "jsonld/jsonld-spec"; | ||
import { BaseQuad, Quad, Sink, Stream } from "rdf-js"; | ||
@@ -15,3 +15,3 @@ declare namespace Serializer { | ||
compact?: boolean | undefined; | ||
encoding?: 'string' | 'object' | undefined; | ||
encoding?: "string" | "object" | undefined; | ||
flatten?: boolean | undefined; | ||
@@ -18,0 +18,0 @@ frame?: boolean | undefined; |
{ | ||
"name": "@types/rdfjs__serializer-jsonld-ext", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"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": "495f3c33815cd5ace46c36dd0b169b44d08b07e2beaf585965e9b712d4ce62e9", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "c139661d6955c49a1182b59a236a9b8e28e02bbb33fefb7818fa3de1e91c12a9", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -16,5 +16,5 @@ # Installation | ||
import { EventEmitter } from 'events'; | ||
import { Context } from 'jsonld/jsonld-spec'; | ||
import { Sink, Stream, BaseQuad, Quad } from 'rdf-js'; | ||
import { EventEmitter } from "events"; | ||
import { Context } from "jsonld/jsonld-spec"; | ||
import { BaseQuad, Quad, Sink, Stream } from "rdf-js"; | ||
@@ -25,3 +25,3 @@ declare namespace Serializer { | ||
compact?: boolean | undefined; | ||
encoding?: 'string' | 'object' | undefined; | ||
encoding?: "string" | "object" | undefined; | ||
flatten?: boolean | undefined; | ||
@@ -45,3 +45,3 @@ frame?: boolean | undefined; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:20:21 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/jsonld](https://npmjs.com/package/@types/jsonld), [@types/rdf-js](https://npmjs.com/package/@types/rdf-js) | ||
@@ -48,0 +48,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