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

@produck/charon-browser

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@produck/charon-browser - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

src/Dom/insertBefore.d.ts

4

package.json
{
"name": "@produck/charon-browser",
"version": "0.1.3",
"version": "0.1.5",
"description": "Doing small thing about browser api for compressing bundle by tree shaking",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "044db4f866233c9b5cd51231ff1e0e4a544ae552"
"gitHead": "0f6c48cec36ff72f401df9300978e6ed89c2c5d8"
}
/**
* Returns a DOMRect object providing information about the size of an element and its position relative to the viewport
*
* Returns a DOMRect object providing information about the size of an element
* and its position relative to the viewport.
* @param {HTMLElement} element

@@ -5,0 +5,0 @@ * @returns {DOMRect}

@@ -8,2 +8,3 @@ export const body: HTMLElement;

export { removeChild } from './removeChild';
export { insertBefore } from './insertBefore';
export { removeAllChild } from './removeAllChild';

@@ -10,0 +11,0 @@ export { removeFromParent } from './removeFromParent';

@@ -10,2 +10,3 @@ import { DOCUMENT } from './constant.js';

export { removeChild } from './removeChild.js';
export { insertBefore } from './insertBefore.js';
export { removeAllChild } from './removeAllChild.js';

@@ -12,0 +13,0 @@ export { removeFromParent } from './removeFromParent.js';

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