virtual-dom
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -651,3 +651,5 @@ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.virtualDom=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
renderOptions = renderOptions || {} | ||
renderOptions.patch = renderOptions.patch || patchRecursive | ||
renderOptions.patch = renderOptions.patch && renderOptions.patch !== patch | ||
? renderOptions.patch | ||
: patchRecursive | ||
renderOptions.render = renderOptions.render || render | ||
@@ -654,0 +656,0 @@ |
{ | ||
"name": "virtual-dom", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A batched diff-based DOM rendering strategy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,3 +11,5 @@ var document = require("global/document") | ||
renderOptions = renderOptions || {} | ||
renderOptions.patch = renderOptions.patch || patchRecursive | ||
renderOptions.patch = renderOptions.patch && renderOptions.patch !== patch | ||
? renderOptions.patch | ||
: patchRecursive | ||
renderOptions.render = renderOptions.render || render | ||
@@ -14,0 +16,0 @@ |
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
250807
6019