htmljs-parser
Advanced tools
Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "htmljs-parser", | ||
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", | ||
"version": "3.3.0", | ||
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>", | ||
"version": "3.3.1", | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.2.3", | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@changesets/changelog-github": "^0.4.4", | ||
"@changesets/cli": "^2.22.0", | ||
"@types/benchmark": "^2.1.1", | ||
"@types/degit": "^2.8.3", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.22", | ||
"@typescript-eslint/eslint-plugin": "^5.16.0", | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^17.0.27", | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"benchmark": "^2.1.4", | ||
"cross-env": "^7.0.3", | ||
"degit": "^2.8.4", | ||
"esbuild": "0.14.27", | ||
"esbuild": "0.14.38", | ||
"esbuild-register": "^3.3.2", | ||
"eslint": "^8.11.0", | ||
"eslint": "^8.14.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -25,9 +24,8 @@ "fast-glob": "^3.2.11", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.3.7", | ||
"lint-staged": "^12.4.1", | ||
"mocha": "^9.2.2", | ||
"mocha-snap": "^4.3.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.6.0", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.6.2" | ||
"prettier": "^2.6.2", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -75,9 +73,10 @@ "exports": { | ||
"prepublishOnly": "npm run build", | ||
"release": "semantic-release", | ||
"publish": "npm run build && changeset publish", | ||
"report": "open ./coverage/lcov-report/index.html", | ||
"test": "npm run mocha -- --watch", | ||
"test:inspect": "npm test -- --inspect", | ||
"test:update": "npm run mocha -- --update" | ||
"test:update": "npm run mocha -- --update", | ||
"version": "changeset version" | ||
}, | ||
"types": "dist/index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24
7092
150746
2