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

@types/rdf-ext

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rdf-ext - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

6

rdf-ext/lib/Dataset.d.ts

@@ -1,4 +0,5 @@

import { Dataset } from 'rdf-js';
import { Dataset, DatasetCore, Stream, Quad } from 'rdf-js';
import { PropType } from './_PropType';
import QuadExt = require('./Quad');
import { Readable } from 'stream';

@@ -10,6 +11,7 @@ interface DatasetExt extends Dataset {

readonly includes: PropType<Dataset, 'has'>;
merge(other: Dataset): DatasetExt;
merge(other: Dataset | Quad[]): this;
removeMatches(subject: any, predicate: any, object: any, graph: any): this;
toStream(): Stream<QuadExt> & Readable;
}
export = DatasetExt;
{
"name": "@types/rdf-ext",
"version": "1.3.2",
"version": "1.3.3",
"description": "TypeScript definitions for rdf-ext",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "f9e5d88c052a074a6fceefde8e9bcd9b4afcfbc11969c4646fd5680f7d294e5a",
"typesPublisherContentHash": "6408ac4396bb92ea9f59bcc78bbd695a7df007ae4cdc887f6b20c281cbd856ff",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 15 Jan 2020 10:19:24 GMT
* Last updated: Thu, 16 Jan 2020 16:58:47 GMT
* Dependencies: [@types/rdf-js](https://npmjs.com/package/@types/rdf-js)

@@ -14,0 +14,0 @@ * Global values: none

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