dom-serializer
Advanced tools
Comparing version 0.2.2 to 1.0.0
{ | ||
"name": "dom-serializer", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"description": "render dom nodes to string", | ||
@@ -15,27 +15,41 @@ "author": "Felix Boehm <me@feedic.com>", | ||
}, | ||
"main": "./index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"foreignNames.json" | ||
"lib/**/*" | ||
], | ||
"dependencies": { | ||
"domelementtype": "^2.0.1", | ||
"domhandler": "^3.0.0", | ||
"entities": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/cheerio": "^0.22.18", | ||
"@types/jest": "^25.1.4", | ||
"@types/node": "^13.9.1", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"cheerio": "^1.0.0-rc.2", | ||
"expect.js": "~0.3.1", | ||
"htmlparser2": "^3.10.0", | ||
"lodash": "^4.17.11", | ||
"mocha": "^6.2.0", | ||
"xyz": "^3.0.0" | ||
"coveralls": "^3.0.5", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"htmlparser2": "~4.1.0", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.5", | ||
"ts-jest": "^25.3.1", | ||
"typescript": "^3.5.3" | ||
}, | ||
"scripts": { | ||
"test": "mocha test.js" | ||
"test": "jest --coverage && npm run lint", | ||
"coverage": "cat coverage/lcov.info | coveralls", | ||
"lint": "eslint --ext=js,ts src", | ||
"format": "prettier --write '**/*.{ts,md,json}'", | ||
"build": "tsc", | ||
"prepare": "npm run build" | ||
}, | ||
"prettier": { | ||
"singleQuote": true | ||
"jest": { | ||
"preset": "ts-jest", | ||
"testEnvironment": "node" | ||
}, | ||
"license": "MIT" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22588
12
502
1
3
14
1
+ Addeddomhandler@^3.0.0
+ Addeddomhandler@3.3.0(transitive)