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.5 to 2.0.6

10

rdf-js/index.d.ts

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

*/
equals(other: Term): boolean;
equals(other: Term | null | undefined): boolean;
}

@@ -67,3 +67,3 @@

*/
equals(other: Term): boolean;
equals(other: Term | null | undefined): boolean;
}

@@ -99,3 +99,3 @@

*/
equals(other: Term): boolean;
equals(other: Term | null | undefined): boolean;
}

@@ -120,3 +120,3 @@

*/
equals(other: Term): boolean;
equals(other: Term | null | undefined): boolean;
}

@@ -142,3 +142,3 @@

*/
equals(other: Term): boolean;
equals(other: Term | null | undefined): boolean;
}

@@ -145,0 +145,0 @@

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

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

},
"typesPublisherContentHash": "93abeb66aec253c9ce9056615897d895408a373cea8bbffdc63934d10034b230",
"typesPublisherContentHash": "a6da7f75eb6bcaaf7bd70b20db008a890d0f22ed89238d185c9c0e66f86e1863",
"typeScriptVersion": "2.8"
}

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

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