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

@types/rdf-js

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rdf-js - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

6

rdf-js/index.d.ts

@@ -249,3 +249,3 @@ // Type definitions for the RDFJS specification 2.0

*/
export interface DataFactory {
export interface DataFactory<Q extends BaseQuad = Quad> {
/**

@@ -301,3 +301,3 @@ * @param value The IRI for the named node.

*/
triple<Q extends BaseQuad = Quad>(subject: Q['subject'], predicate: Q['predicate'], object: Q['object']): Q;
triple(subject: Q['subject'], predicate: Q['predicate'], object: Q['object']): Q;

@@ -312,3 +312,3 @@ /**

*/
quad<Q extends BaseQuad = Quad>(subject: Q['subject'], predicate: Q['predicate'], object: Q['object'], graph?: Q['graph']): Q;
quad(subject: Q['subject'], predicate: Q['predicate'], object: Q['object'], graph?: Q['graph']): Q;
}

@@ -315,0 +315,0 @@

{
"name": "@types/rdf-js",
"version": "2.0.9",
"version": "2.0.10",
"description": "TypeScript definitions for the RDFJS specification",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "8e9f011f35889cd473563a68c11244dd546325412a8d1e6b9a669df2c5b3fc55",
"typesPublisherContentHash": "8e3d1e0ba4b33fc68e98880e94330d6b3a74c506b29c73106df57eb94ab321ba",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Thu, 23 Jan 2020 18:15:59 GMT
* Last updated: Sat, 25 Jan 2020 01:11:28 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,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