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.4 to 2.0.5

2

rdf-js/index.d.ts

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

*/
match(subject?: Term, predicate?: Term, object?: Term, graph?: Term): this;
match(subject?: Term | null, predicate?: Term | null, object?: Term | null, graph?: Term | null): this;

@@ -471,0 +471,0 @@ [Symbol.iterator](): Iterator<Q>;

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

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

},
"typesPublisherContentHash": "0d7284bf79b113b81d474a8bb22c97faaa6abd00217a2d65cbd12f5f669cc162",
"typesPublisherContentHash": "93abeb66aec253c9ce9056615897d895408a373cea8bbffdc63934d10034b230",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Fri, 06 Dec 2019 03:15:13 GMT
* Last updated: Fri, 13 Dec 2019 10:48:22 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