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

@graphy/content.nt.write

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphy/content.nt.write - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

main.js

@@ -166,3 +166,3 @@

default: {
throw new Error(`Bad type for RDF object: [${typeof z_objects}] ${z_objects.constructor}`);
throw new Error(`Bad type for RDF object: [${typeof z_objects}] ${z_objects? z_objects.constructor: z_objects}`);
}

@@ -169,0 +169,0 @@ }

{
"name": "@graphy/content.nt.write",
"version": "3.2.0",
"version": "3.2.1",
"description": "RDF N-Triples content writer",

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

"dependencies": {
"@graphy/core.class.writable": "^3.2.0",
"@graphy/core.data.factory": "^3.2.0",
"@graphy/core.class.writable": "^3.2.1",
"@graphy/core.data.factory": "^3.2.1",
"big-integer": "^1.6.40"

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

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