New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rdflib

Package Overview
Dependencies
Maintainers
12
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdflib - npm Package Compare versions

Comparing version 2.2.33-32085579 to 2.2.33-2d89176f

2

esm/update-manager.js

@@ -652,3 +652,3 @@ import _typeof from "@babel/runtime/helpers/typeof";

control.reloading = false;
if (response.status === 0) {
if (response && response.status === 0) {
// console.log('Network error refreshing the data. Retrying in ' +

@@ -655,0 +655,0 @@ // retryTimeout / 1000)

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

control.reloading = false;
if (response.status === 0) {
if (response && response.status === 0) {
// console.log('Network error refreshing the data. Retrying in ' +

@@ -664,0 +664,0 @@ // retryTimeout / 1000)

{
"name": "rdflib",
"description": "an RDF library for node.js. Suitable for client and server side.",
"version": "2.2.33-32085579",
"version": "2.2.33-2d89176f",
"private": false,

@@ -6,0 +6,0 @@ "browserslist": [

@@ -604,3 +604,3 @@ /* @file Update Manager Class

control.reloading = false
if ((response as Response).status === 0) {
if (response && (response as Response).status === 0) {
// console.log('Network error refreshing the data. Retrying in ' +

@@ -607,0 +607,0 @@ // retryTimeout / 1000)

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

Sorry, the diff of this file is not supported yet

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