@react-vector-graphics/core
Advanced tools
Comparing version 0.4.1 to 0.4.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = exports.getLogger = void 0; | ||
var logging_1 = require("./logging"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "getLogger", { enumerable: true, get: function () { return logging_1.getLogger; } }); |
@@ -35,3 +35,3 @@ "use strict"; | ||
.filter(Boolean) | ||
.map((r) => normalizePluginParams(r, params)); | ||
.map(r => normalizePluginParams(r, params)); | ||
}))); | ||
@@ -38,0 +38,0 @@ pluginParams.push(...pluginParams.concat(...results)); |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@react-vector-graphics/core", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Core library of react-vector-graphics", | ||
@@ -35,3 +35,3 @@ "author": "Top Hat <opensource@tophat.com>", | ||
}, | ||
"gitHead": "bcb7af89cb4ad23ed3629db5fb9e2df0f485a469" | ||
"gitHead": "a2fc3404b649f292cbccc3bae1d52a513c665330" | ||
} |
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
19796
113