dompurify 2.3.1 → 2.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "scripts": {
3
- "build-demo": "node scripts/build-demo.js",
4
3
  "lint": "xo src/*.js",
5
- "format": "yarn format:js && yarn format:md",
4
+ "format": "npm run format:js && npm run format:md",
6
5
  "format:md": "prettier --write --parser markdown '**/*.md'",
7
6
  "format:js": "prettier --write '{src,demos,scripts,test,website}/*.js'",
8
7
  "commit-amend-build": "scripts/commit-amend-build.sh",
@@ -63,7 +62,6 @@
63
62
  },
64
63
  "devDependencies": {
65
64
  "@babel/plugin-external-helpers": "7.12.13",
66
- "babel": "^6.23.0",
67
65
  "babel-core": "^6.26.3",
68
66
  "babel-preset-env": "^1.7.0",
69
67
  "cross-env": "^7.0.3",
@@ -74,14 +72,13 @@
74
72
  "jsdom": "16.x.x",
75
73
  "karma": "^5.1.0",
76
74
  "karma-browserstack-launcher": "^1.5.1",
77
- "karma-chrome-launcher": "^2.2.0",
78
- "karma-firefox-launcher": "^1.3.0",
75
+ "karma-chrome-launcher": "^3.1.0",
76
+ "karma-firefox-launcher": "^2.1.2",
79
77
  "karma-fixture": "^0.2.6",
80
78
  "karma-html2js-preprocessor": "^1.0.0",
81
79
  "karma-json-fixtures-preprocessor": "0.0.6",
82
80
  "karma-qunit": "^1.0.0",
83
81
  "karma-rollup-preprocessor": "^5.0.2",
84
- "lodash.isarray": "^4.0.0",
85
82
  "lodash.sample": "^4.2.1",
86
83
  "minimist": "^1.2.5",
87
84
  "npm-run-all": "^4.1.5",
@@ -98,7 +95,6 @@
98
95
  "rollup-plugin-node-resolve": "^3.4.0",
99
96
  "rollup-plugin-replace": "^2.2.0",
100
97
  "rollup-plugin-terser": "^7.0.2",
101
- "rollup-watch": "^4.3.1",
102
98
  "xo": "^0.40.1"
103
99
  },
104
100
  "resolutions": {
@@ -106,7 +102,7 @@
106
102
  },
107
103
  "name": "dompurify",
108
104
  "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.",
109
- "version": "2.3.1",
105
+ "version": "2.3.5",
110
106
  "directories": {
111
107
  "test": "test"
112
108
  },