New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/dom

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/dom - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

lib/$.js.map

1

lib/$.js

@@ -11,1 +11,2 @@ "use strict";

exports.$ = $;
//# sourceMappingURL=$.js.map

@@ -10,1 +10,2 @@ "use strict";

exports.canUseDom = canUseDom;
//# sourceMappingURL=canUseDom.js.map

@@ -7,1 +7,2 @@ "use strict";

Object.defineProperty(exports, "copyToClipboard", { enumerable: true, get: function () { return copy_1.copyToClipboard; } });
//# sourceMappingURL=clipboard.js.map

@@ -23,1 +23,2 @@ "use strict";

exports.delegate = delegate;
//# sourceMappingURL=event.js.map

14

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.router = exports.style = exports.viewport = exports.page = exports.clipboard = exports.scroll = exports.event = exports.canUseDom = exports.$ = void 0;
const tslib_1 = require("tslib");
const _1 = require("./$");

@@ -32,3 +23,3 @@ Object.defineProperty(exports, "$", { enumerable: true, get: function () { return _1.$; } });

Object.defineProperty(exports, "canUseDom", { enumerable: true, get: function () { return canUseDom_1.canUseDom; } });
__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./types"), exports);
exports.default = {

@@ -45,1 +36,2 @@ $: _1.$,

};
//# sourceMappingURL=index.js.map

@@ -36,1 +36,2 @@ "use strict";

exports.isVisible = isPageVisible;
//# sourceMappingURL=page.js.map

@@ -28,1 +28,2 @@ "use strict";

exports.navigate = navigate;
//# sourceMappingURL=router.js.map

@@ -76,1 +76,2 @@ "use strict";

exports.getScrollPosition = getScrollPosition;
//# sourceMappingURL=scroll.js.map

@@ -34,1 +34,2 @@ "use strict";

exports.setStyles = setStyles;
//# sourceMappingURL=style.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -17,1 +17,2 @@ "use strict";

exports.isVisibleInViewport = isVisibleInViewport;
//# sourceMappingURL=viewport.js.map
{
"name": "@zodash/dom",
"version": "0.1.8",
"version": "0.1.9",
"description": "DOM Utils",

@@ -61,3 +61,5 @@ "keywords": [

"scripts": {
"build": "tsc",
"build": "yarn clean && tsc",
"watch": "yarn clean && tsc -w",
"clean": "rm -rf lib",
"test": "jest -w 1",

@@ -72,7 +74,6 @@ "coverage": "codecov"

"@zcorky/query-string": "^1.0.2",
"@zodash/copy": "^0.0.3",
"@zodash/debounce": "^0.1.6",
"@zodash/event": "^0.1.7"
},
"gitHead": "1b4fa6a76d87e3b445406bcffd2a1ef7fbdea0a2"
"@zodash/copy": "^0.0.4",
"@zodash/debounce": "^0.1.7",
"@zodash/event": "^0.1.8"
}
}
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