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
307
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-94cd9810 to 2.2.33-c55bace9

3

esm/rdfxmlparser.js

@@ -349,3 +349,4 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

// Don't include the literal node, only its children
frame.addLiteral(dom.childNodes);
// see https://github.com/linkeddata/rdflib.js/issues/75
frame.addLiteral(dom.innerHTML || dom.childNodes);
dig = false;

@@ -352,0 +353,0 @@ } else if (nv === 'Resource') {

@@ -359,3 +359,4 @@ "use strict";

// Don't include the literal node, only its children
frame.addLiteral(dom.childNodes);
// see https://github.com/linkeddata/rdflib.js/issues/75
frame.addLiteral(dom.innerHTML || dom.childNodes);
dig = false;

@@ -362,0 +363,0 @@ } else if (nv === 'Resource') {

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

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

@@ -333,3 +333,4 @@ /**

// Don't include the literal node, only its children
frame.addLiteral(dom.childNodes)
// see https://github.com/linkeddata/rdflib.js/issues/75
frame.addLiteral(dom.innerHTML || dom.childNodes)
dig = false

@@ -336,0 +337,0 @@ } else if (nv === 'Resource') {

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