🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

rollup-plugin-minify-html-literals-v3

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-minify-html-literals-v3 - npm Package Compare versions

Comparing version

to
1.3.1

.github/workflows/deploy.yml

82

package.json
{
"name": "rollup-plugin-minify-html-literals-v3",
"version": "1.3.0",
"version": "1.3.1",
"description": "Rollup plugin to minify HTML template literal strings, supports Rollup v3",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"keywords": [

@@ -24,63 +30,19 @@ "rollup-plugin",

"scripts": {
"clean": "rimraf \"src/**/*.{js*,d.ts}\" && rimraf \"index.{js*,d.ts}\" && rimraf \"{.nyc_output/,coverage/}\"",
"prebuild": "npm run clean",
"build": "tsc",
"pretest": "npm run clean",
"test": "nyc mocha -r ts-node/register -r source-map-support/register test/*.ts",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "prettier --write \"*.{js,ts,json,md}\" \"{src,test}/**/*\"",
"precommit": "lint-staged",
"release": "standard-version",
"prepublishOnly": "npm run build"
"watch": "rimraf dist && tsc --watch",
"tsc": "rimraf dist && tsc"
},
"lint-staged": {
"*.{js,ts,json,md}": [
"prettier --write",
"git add"
]
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/pluginutils": "^5.0.2",
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/node": "^18.15.11",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup-pluginutils": "^2.8.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"nyc": {
"extension": [
".ts"
],
"include": [
"index.ts"
],
"exclude": [
"index.d.ts"
],
"reporter": [
"html",
"lcovonly",
"text-summary"
],
"all": true
},
"dependencies": {
"minify-html-literals": "^1.3.5",
"rollup-pluginutils": "^2.8.2"
},
"peerDependencies": {
"rollup": "^0.65.2 || ^1.0.0 || ^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^14.14.32",
"@types/sinon": "^5.0.1",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"husky": "^0.14.3",
"lint-staged": "^8.2.1",
"mocha": "^7.2.0",
"nyc": "^15.0.0",
"prettier": "^1.13.7",
"rimraf": "^2.6.2",
"rollup": "^3.15.0",
"sinon": "^6.1.4",
"source-map-support": "^0.5.6",
"standard-version": "^9.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"minify-html-literals": "^1.3.5"
}
}