Socket
Socket
Sign inDemoInstall

snabbdom-virtualize

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snabbdom-virtualize - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

lib/strings.js

@@ -113,3 +113,3 @@ 'use strict';

if (name) {
var val = res[1].trim();
var val = res[1].replace('!important', '').trim();
memo ? memo[name] = val : memo = _defineProperty({}, name, val);

@@ -116,0 +116,0 @@ }

{
"name": "snabbdom-virtualize",
"version": "0.5.3",
"version": "0.5.4",
"description": "Library for turning strings and DOM nodes into virtual DOM nodes compatible with snabbdom.",

@@ -5,0 +5,0 @@ "author": {

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