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

@types/rdfjs__serializer-jsonld-ext

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

@types/rdfjs__serializer-jsonld-ext - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

14

rdfjs__serializer-jsonld-ext/index.d.ts

@@ -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

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