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

ampersand-virtual-dom-mixin

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-virtual-dom-mixin - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

7

mixin.js

@@ -10,4 +10,7 @@ var parse = require('html-parse-stringify').parse;

var unescape = function (content) {
return content.replace('>', '>')
.replace('&lt;', '<');
return content.replace(/&gt;/g, '>')
.replace(/&lt;/g, '<')
.replace(/&amp;/g, '&')
.replace(/&#39;/g, '\'')
.replace(/&quot;/g, '"');
};

@@ -14,0 +17,0 @@

{
"name": "ampersand-virtual-dom-mixin",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {
"amp-is-string": "^1.0.0",
"get-object-path": "0.0.2",
"html-parse-stringify": "^1.0.1",
"html-parse-stringify": "1.0.1",
"virtual-dom": "0.0.23"

@@ -9,0 +9,0 @@ },

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