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.1 to 2.0.2

2

rdf-js/index.d.ts

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

*/
export interface Store<Q extends BaseQuad = Quad> extends Source, Sink {
export interface Store<Q extends BaseQuad = Quad> extends Source<Q>, Sink<Q> {
/**

@@ -391,0 +391,0 @@ * Removes all streamed quads.

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

@@ -22,3 +22,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/rdf-js"
},

@@ -29,4 +30,4 @@ "scripts": {},

},
"typesPublisherContentHash": "65caaa12c2f93e1f9aa310e441a298e9c060e831f41897d705529061add92779",
"typesPublisherContentHash": "cac4ebcbfa82166fc1a73c8cb653b60c8db1073ffe8c42a37def7f63f2468cde",
"typeScriptVersion": "2.3"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for the RDFJS specification (https://github.com/rdfjs/representation-task-force).
This package contains type definitions for the RDFJS specification ( https://github.com/rdfjs/representation-task-force ).

@@ -12,4 +12,4 @@ # Details

Additional Details
* Last updated: Tue, 06 Nov 2018 23:18:10 GMT
* Dependencies: node
* Last updated: Thu, 30 May 2019 17:59:33 GMT
* Dependencies: @types/node
* Global values: none

@@ -16,0 +16,0 @@

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