microdata-rdf-streaming-parser
Advanced tools
Comparing version 2.0.1 to 3.0.0
/** | ||
* An HTML parser event. | ||
*/ | ||
export declare type BufferedTagEvent = { | ||
export type BufferedTagEvent = { | ||
type: 'close'; | ||
@@ -6,0 +6,0 @@ } | { |
@@ -7,4 +7,4 @@ /** | ||
*/ | ||
export declare type IVocabRegistry = Record<string, { | ||
export type IVocabRegistry = Record<string, { | ||
properties?: Record<string, Record<string, string>>; | ||
}>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type * as RDF from '@rdfjs/types'; | ||
@@ -3,0 +2,0 @@ import { Parser as HtmlParser } from 'htmlparser2'; |
{ | ||
"name": "microdata-rdf-streaming-parser", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "A fast and lightweight streaming Microdata to RDF parser", | ||
@@ -18,2 +18,6 @@ "keywords": [ | ||
"author": "Ruben Taelman <rubensworks@gmail.com>", | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/rubensworks/" | ||
}, | ||
"bugs": { | ||
@@ -34,5 +38,4 @@ "url": "https://github.com/rubensworks/microdata-rdf-streaming-parser.js/issues" | ||
"dependencies": { | ||
"@rdfjs/types": "*", | ||
"htmlparser2": "^8.0.0", | ||
"rdf-data-factory": "^1.1.0", | ||
"htmlparser2": "^9.0.0", | ||
"rdf-data-factory": "^2.0.0", | ||
"readable-stream": "^4.1.0", | ||
@@ -50,3 +53,3 @@ "relative-to-absolute-iri": "^1.0.2" | ||
"@types/jest-each": "^24.3.0", | ||
"@types/readable-stream": "^2.3.14", | ||
"@types/readable-stream": "^4.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
@@ -65,6 +68,6 @@ "@typescript-eslint/parser": "^5.0.0", | ||
"jest-each": "^28.0.0", | ||
"jest-rdf": "^1.7.0", | ||
"jest-rdf": "^2.0.0", | ||
"manual-git-changelog": "^1.0.1", | ||
"pre-commit": "^1.2.2", | ||
"rdf-quad": "^1.5.0", | ||
"rdf-quad": "^2.0.0", | ||
"rdf-test-suite": "^1.15.0", | ||
@@ -74,3 +77,3 @@ "streamify-string": "^1.0.1", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.3.5", | ||
"typescript": "^5.7.2", | ||
"webpack": "^5.73.0", | ||
@@ -116,3 +119,4 @@ "webpack-cli": "^4.10.0" | ||
}, | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
105631
4
0
1029
+ Addedhtmlparser2@9.1.0(transitive)
+ Addedrdf-data-factory@2.0.2(transitive)
- Removed@rdfjs/types@*
- Removed@rdfjs/types@1.1.2(transitive)
- Removedhtmlparser2@8.0.2(transitive)
- Removedrdf-data-factory@1.1.3(transitive)
Updatedhtmlparser2@^9.0.0
Updatedrdf-data-factory@^2.0.0