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

graphy

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphy - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

8

dist/index.js

@@ -95,2 +95,3 @@ /**

var R_PREFIX = /^(\w*):(.*)$/;
var R_NOT_PREFIX = /\//;

@@ -225,2 +226,7 @@ /**

// non-prefix path!
if (R_NOT_PREFIX.test(s_iri)) {
return s_iri;
}
// match prefix

@@ -239,3 +245,3 @@ var m_prefix = R_PREFIX.exec(s_iri);

if ('string' !== typeof z_context_ref) {
local.fail('did not find a prefix mapping for "' + m_prefix[1] + '"; instead found: ' + (0, _arginfo2['default'])(z_context_ref));
local.fail('did not find a prefix mapping for "' + m_prefix[1] + '" from "' + s_iri + '"; instead found: ' + (0, _arginfo2['default'])(z_context_ref));
}

@@ -242,0 +248,0 @@

2

package.json
{
"name": "graphy",
"version": "0.1.13",
"version": "0.1.14",
"description": "Query linked-data graphs by abstracting away traditional JSON-LD interaction",

@@ -5,0 +5,0 @@ "author": {

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