Socket
Socket
Sign inDemoInstall

rdf-data-factory

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

lib/Literal.js

@@ -27,3 +27,3 @@ "use strict";

return !!other && other.termType === 'Literal' && other.value === this.value &&
other.language === this.language && other.datatype.equals(this.datatype);
other.language === this.language && this.datatype.equals(other.datatype);
}

@@ -30,0 +30,0 @@ }

{
"name": "rdf-data-factory",
"version": "1.1.1",
"version": "1.1.2",
"description": "A TypeScript/JavaScript implementation of the RDF/JS data factory.",

@@ -41,4 +41,4 @@ "keywords": [

"@types/jest": "^27.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"coveralls": "^3.0.0",

@@ -45,0 +45,0 @@ "eslint": "^7.9.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc