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

talk-message-forms

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

talk-message-forms - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

13

lib/util/format.js
(function() {
var xss;
xss = require('xss');
exports.htmlAsText = function(html) {
var el;
el = document.createElement('div');
el.innerHTML = html;
return el.innerText || el.textContent;
return xss(html, {
whiteList: [],
stripIgnoreTag: true,
stripIgnoreTagBody: ['script']
});
};
}).call(this);
{
"name": "talk-message-forms",
"version": "1.0.11",
"version": "1.0.12",
"description": "The Message Structure and Layout of jianliao.com",

@@ -17,3 +17,3 @@ "main": "lib/index.js",

"teambition-icon-fonts": "^0.72.11",
"xss": "^0.2.6"
"xss": "^0.2.7"
},

@@ -20,0 +20,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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