Comparing version 5.6.3 to 5.6.4
@@ -0,1 +1,5 @@ | ||
# 5.6.4 | ||
- Sanitize HTML from paste on editor and tags plugins; | ||
# 5.5.2 | ||
@@ -2,0 +6,0 @@ |
@@ -24,3 +24,3 @@ { | ||
"test:watch": "jest --watchAll", | ||
"build": "npx webpack --config webpack.config.js", | ||
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js", | ||
"start": "npx webpack serve --history-api-fallback" | ||
@@ -30,3 +30,3 @@ }, | ||
"types": "dist/jsuites.d.ts", | ||
"version": "5.6.3", | ||
"version": "5.6.4", | ||
"bugs": "https://github.com/jsuites/jsuites/issues", | ||
@@ -52,4 +52,5 @@ "homepage": "https://github.com/jsuites/jsuites", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1" | ||
"webpack-dev-server": "^4.15.1", | ||
"cross-env": "^7.0.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
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
750777
20760
17