Socket
Socket
Sign inDemoInstall

@tpluscode/rdf-string

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tpluscode/rdf-string - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

lib/syntax/turtle.js

@@ -14,3 +14,3 @@ import { shrink } from '@zazuko/prefixes';

return {
value: shrunk,
value: shrunk.replaceAll(/[/#]/g, s => `\\${s}`),
prefixes: [

@@ -17,0 +17,0 @@ shrunk.split(':')[0],

{
"name": "@tpluscode/rdf-string",
"version": "1.3.1",
"version": "1.3.2",
"description": "Simplifies creating of RDF strings using ECMAscript templates",

@@ -5,0 +5,0 @@ "main": "index.js",

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