Socket
Socket
Sign inDemoInstall

n3

Package Overview
Dependencies
11
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.17.0 to 1.17.1

4

lib/N3Writer.js

@@ -43,4 +43,4 @@ "use strict";

// (e.g., [] does not equal [])
equals() {
return false;
equals(other) {
return other === this;
}

@@ -47,0 +47,0 @@

{
"name": "n3",
"version": "1.17.0",
"version": "1.17.1",
"description": "Lightning fast, asynchronous, streaming Turtle / N3 / RDF library.",

@@ -5,0 +5,0 @@ "author": "Ruben Verborgh <ruben.verborgh@gmail.com>",

@@ -22,4 +22,4 @@ // **N3Writer** writes N3 documents.

// (e.g., [] does not equal [])
equals() {
return false;
equals(other) {
return other === this;
}

@@ -26,0 +26,0 @@ }

Sorry, the diff of this file is too big to display

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