Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n3

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n3 - npm Package Compare versions

Comparing version 1.21.2 to 1.21.3

4

lib/N3Store.js

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

stream._read = size => {
while (size-- > 0) {
while (--size >= 0) {
const {

@@ -1059,3 +1059,3 @@ done,

const iterable = this[ITERATOR];
while (size-- > 0) {
while (--size >= 0) {
const {

@@ -1062,0 +1062,0 @@ done,

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

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

@@ -433,3 +433,3 @@ // **N3Store** objects store N3 quads by graph in memory.

stream._read = size => {
while (size-- > 0) {
while (--size >= 0) {
const { done, value } = iterable.next();

@@ -1101,3 +1101,3 @@ if (done) {

const iterable = this[ITERATOR];
while (size-- > 0) {
while (--size >= 0) {
const { done, value } = iterable.next();

@@ -1104,0 +1104,0 @@ if (done) {

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

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