Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shexjs/loader

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shexjs/loader - npm Package Compare versions

Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10

6

package.json
{
"name": "@shexjs/loader",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "Shape Expressions resource loader.",

@@ -23,3 +23,3 @@ "author": {

"dependencies": {
"@shexjs/core": "^1.0.0-alpha.9",
"@shexjs/core": "^1.0.0-alpha.10",
"jsonld": "^1.5.4",

@@ -44,3 +44,3 @@ "n3": "^1.0.4",

},
"gitHead": "77ebb5b3ef393446ad76ffc18788872e93b927b0"
"gitHead": "d16f70f46abbc7e65e24c267c803cb3abdea3fc1"
}

@@ -36,3 +36,3 @@ // **ShExLoader** return promise to load ShExC, ShExJ and N3 (Turtle) files.

});
}) : (f.match("^[a-z]+://.") && !f.match("^file://.")) ?
}) : (f.match("^(blob:)?[a-z]+://.") && !f.match("^file://.")) ?
// Read from http or whatever Request handles.

@@ -39,0 +39,0 @@ myHttpRequest(f, mediaType) : (m = f.match("^data:([^,]+),(.*)$")) ?

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