Socket
Socket
Sign inDemoInstall

@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.0 to 2.0.1

4

rdf-js/index.d.ts

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

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

@@ -311,3 +311,3 @@ /**

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

@@ -314,0 +314,0 @@

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

@@ -19,3 +19,3 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -29,4 +29,4 @@ "type": "git",

},
"typesPublisherContentHash": "452e50f2a7adefbb29f71f36d5ee5e7495cba200c5404f962778f32b31806d4e",
"typesPublisherContentHash": "65caaa12c2f93e1f9aa310e441a298e9c060e831f41897d705529061add92779",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 30 Oct 2018 20:03:34 GMT
* Last updated: Tue, 06 Nov 2018 23:18:10 GMT
* Dependencies: 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