Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsuites

Package Overview
Dependencies
Maintainers
0
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsuites - npm Package Compare versions

Comparing version 5.6.3 to 5.6.4

4

changelog.md

@@ -0,1 +1,5 @@

# 5.6.4
- Sanitize HTML from paste on editor and tags plugins;
# 5.5.2

@@ -2,0 +6,0 @@

7

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc