Socket
Socket
Sign inDemoInstall

rdf-dataset-ext

Package Overview
Dependencies
12
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

.github/workflows/test.yaml

8

package.json
{
"name": "rdf-dataset-ext",
"version": "1.0.1",
"version": "1.1.0",
"description": "Util functions for easier RDF/JS DatasetCore handling",

@@ -12,3 +12,3 @@ "main": "index.js",

"type": "git",
"url": "git://github.com/rdf-ext/rdf-dataset-ext.git"
"url": "https://github.com/rdf-ext/rdf-dataset-ext.git"
},

@@ -30,3 +30,3 @@ "keywords": [

"rdf-canonize": "^3.0.0",
"readable-stream": "^3.4.0"
"readable-stream": "3 - 4"
},

@@ -39,3 +39,3 @@ "devDependencies": {

"codecov": "^3.8.3",
"isstream": "^0.1.2",
"is-stream": "^2.0.0",
"mocha": "^9.2.0",

@@ -42,0 +42,0 @@ "stricter-standard": "^0.2.0"

# rdf-dataset-ext
[![build status](https://img.shields.io/github/actions/workflow/status/rdf-ext/rdf-dataset-ext/test.yaml?branch=master)](https://github.com/rdf-ext/rdf-dataset-ext/actions/workflows/test.yaml)
[![npm version](https://img.shields.io/npm/v/rdf-dataset-ext.svg)](https://www.npmjs.com/package/rdf-dataset-ext)
Util functions for easier RDF/JS DatasetCore handling.

@@ -4,0 +7,0 @@

@@ -6,3 +6,3 @@ const { strictEqual } = require('assert')

const namespace = require('@rdfjs/namespace')
const { isReadable } = require('isstream')
const isStream = require('is-stream')
const { describe, it } = require('mocha')

@@ -21,3 +21,3 @@ const { finished } = require('readable-stream')

strictEqual(isReadable(result), true)
strictEqual(isStream.readable(result), true)
})

@@ -24,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc