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

rdflib

Package Overview
Dependencies
Maintainers
3
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdflib - npm Package Compare versions

Comparing version 0.0.2 to 0.2.0

dist/rdflib-alpha.js

28

package.json
{
"name": "rdflib",
"description": "an rdf parser for node.js",
"version": "0.0.2",
"description": "an rdf library for node.js. Suitable for client and server side.",
"version": "0.2.0",
"private": false,
"author": "J. Presbrey <presbrey@mit.edu>",
"author": {
"name": "J. Presbrey",
"email": "presbrey@mit.edu"
},
"license": "MIT",

@@ -13,14 +16,17 @@ "repository": {

"homepage": "http://github.com/linkeddata/rdflib.js",
"bugs": "http://github.com/linkeddata/rdflib.js/issues",
"dependencies": {
"coffee": "*",
"jsdom": "*",
"xmlhttprequest": "*"
"xmlhttprequest": "^1.7.0"
},
"devDependencies": {
"coffee-script": "*",
"nodeunit": "*"
},
"scripts": {
"test": "make test"
"test": "make test",
"prepublish": "make all"
},
"files": [
"dist",
"dist/rdflib.js"

@@ -30,5 +36,11 @@ ],

"keywords": [
"linkeddata", "linked data", "rdf", "rdfa",
"turtle", "semantic", "web"
"linkeddata",
"linked data",
"rdf",
"rdfa",
"turtle",
"semantic",
"web",
"read-write web"
]
}

@@ -1,15 +0,7 @@

This is a library for working with RDF on the web.
# rdflib.js
LICENSE: MIT
[![Join the chat at https://gitter.im/linkeddata/rdflib.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/linkeddata/rdflib.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Originally targetted at the AJAX environment in the browser,
it can also be used server side with for example Node.js.
Javascript RDF library for browsers and NodeJS.
Possible out of date information is available from here:
http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html
This is a linked data library, which can look up data
on the web as it goes.
- Reads and writes RDF/xml, turtle and N3.

@@ -23,26 +15,47 @@ - Read/Write Linked Data client, using WebDav or SPARQL/Update

SUBDIRECTORIES
## Install
- dist Run 'make' in this directory to generate dist in whch libraries are buit
- test Tests are here.
#### Browser
DEPENDENCIES
Install dependencies you may need to generate the js file.
jQuery (rdfa version only)
jQuery, XMLHTTPRequest (Node.js version)
```bash
$ npm install -g coffee-script nodeunit
```
INSTALL
Install the Node Package Manager https://npmjs.org/
As root run
Generate the dist directory
```bash
$ npm install -g coffee-script nodeunit
$ make
```
Run `make` to generate the dist directory
THANKS
#### NodeJS
Make sure you have NodeJS and Node Package Manager ([npm](https://npmjs.org/)) installed.
```bash
npm install --save rdflib
```
## Documentation
Possible out of date information is available from here: [http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html](http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html).
## Contribute
#### Subdirectories
- `dist`, Run 'make' in this directory to generate dist in whch libraries are buit
- `test`, Tests are here.
#### Dependencies
- jQuery (rdfa version only)
- jQuery, XMLHTTPRequest (Node.js version)
## Thanks
Thanks to the many contributors who have been involved along the way.
LinkedData team & TimBL
## LICENSE
MIT

Sorry, the diff of this file is too big to display

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