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

n3

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n3 - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0

4

package.json
{
"name": "n3",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"description": "Lightning fast, asynchronous, streaming Turtle / N3 / RDF library.",

@@ -27,3 +27,2 @@ "author": "Ruben Verborgh <ruben.verborgh@gmail.com>",

"colors": "^1.1.2",
"coveralls": "^3.0.0",
"docco": "^0.8.0",

@@ -39,3 +38,2 @@ "eslint": "^4.1.1",

"lint": "eslint lib perf test spec",
"coveralls": "nyc --reporter=text-lcov mocha | coveralls",
"spec": "node spec/turtle-spec && node spec/trig-spec && node spec/ntriples-spec && node spec/nquads-spec",

@@ -42,0 +40,0 @@ "spec-clean": "rm -r spec/turtle spec/trig",

@@ -109,2 +109,8 @@ # Lightning fast, asynchronous, streaming RDF for JavaScript

It is possible to provide the base IRI of the document that you want to parse.
This is done by passing a `baseIRI` argument upon creation:
```JavaScript
const parser = new N3.Parser({ baseIRI: 'http://example.org/' });
```
### From an RDF stream to quads

@@ -111,0 +117,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