Socket
Socket
Sign inDemoInstall

microdata-node

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microdata-node - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0-0

CHANGELOG.md

33

package.json
{
"name": "microdata-node",
"version": "1.0.0",
"version": "2.0.0-0",
"description": "Microdata to json and json-ld parser",
"main": "lib",
"main": "src/index.js",
"scripts": {
"test": "npm run lint && npm run mocha",
"mocha": "mocha ./test",
"watch:mocha": "npm run mocha -- -w",
"test": "npm run lint && npm run tsc && npm run jest",
"jest": "jest",
"tsc": "tsc",
"watch:jest": "npm run jest -- -w",
"lint": "semistandard --verbose | snazzy",

@@ -29,18 +30,16 @@ "download-tests": "node ./scripts/download-tests.js",

"devDependencies": {
"chai": "^4.1.2",
"jsonld": "^0.4.12",
"mocha": "^4.1.0",
"n3": "^0.11.2",
"@types/node": "^13.13.5",
"jest": "^26.0.1",
"jsonld": "^3.1.0",
"n3": "^1.3.6",
"request": "^2.51.0",
"semistandard": "^12.0.0",
"snazzy": "^7.0.0"
"semistandard": "^14.2.0",
"snazzy": "^8.0.0",
"typescript": "^3.8.3"
},
"dependencies": {
"array-unique": "^0.3.2",
"domutils": "^1.5.1",
"es6-map": "^0.1.1",
"extend": "^3.0.1",
"htmlparser2": "^3.8.2",
"is-absolute-url": "^2.1.0"
"domutils": "^2.1.0",
"htmlparser2": "^4.1.0",
"is-absolute-url": "^3.0.3"
}
}

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