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

microdata-rdf-streaming-parser

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microdata-rdf-streaming-parser - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

2

lib/BufferedTagEvent.d.ts
/**
* 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

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