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

@antv/l7-utils

Package Overview
Dependencies
Maintainers
64
Versions
532
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/l7-utils - npm Package Compare versions

Comparing version 2.19.11 to 2.20.0

4

es/dom.js

@@ -22,4 +22,4 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";

function testProp(props) {
var _document, _document$documentEle;
var docStyle = (_document = document) === null || _document === void 0 ? void 0 : (_document$documentEle = _document.documentElement) === null || _document$documentEle === void 0 ? void 0 : _document$documentEle.style;
var _document;
var docStyle = (_document = document) === null || _document === void 0 || (_document = _document.documentElement) === null || _document === void 0 ? void 0 : _document.style;
if (!docStyle) {

@@ -26,0 +26,0 @@ return props[0];

{
"name": "@antv/l7-utils",
"version": "2.19.11",
"version": "2.20.0",
"description": "",

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

},
"gitHead": "a16cafc9907fb3a118ee97df82832c88e114446d",
"gitHead": "6b1a6b52bae44b05336459d4d80f7cace21da6f1",
"publishConfig": {

@@ -45,0 +45,0 @@ "access": "public"

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