Socket
Socket
Sign inDemoInstall

@domtree/browser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domtree/browser - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

.eslintrc.json

8

CHANGELOG.md
# @domtree/browser
## 0.9.2
### Patch Changes
- 1a553c5: Prepare for 0.8
- Updated dependencies [1a553c5]
- @domtree/interface@0.9.2
## 0.9.1

@@ -4,0 +12,0 @@

7

index.ts
import type * as dom from "@domtree/interface";
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
interface NodeList {
[Symbol.iterator](): IterableIterator<globalThis.Node>;
[Symbol.iterator]: () => IterableIterator<globalThis.Node>;
}
interface Window {
StaticRange: {
new (options: StaticRangeOptions): StaticRange;
};
StaticRange: new (options: StaticRangeOptions) => StaticRange;
}

@@ -14,0 +11,0 @@ }

{
"name": "@domtree/browser",
"version": "0.9.1",
"version": "0.9.2",
"type": "module",
"types": "index.ts",
"types": "dist/index.d.ts",
"starbeam": {
"source": "ts",
"type": "library:interfaces"
},
"dependencies": {
"@domtree/interface": "^0.9.1"
}
"@domtree/interface": "^0.9.2"
},
"devDependencies": {
"@starbeam-dev/build-support": "1.0.0"
},
"scripts": {
"test:lint": "eslint",
"test:types": "tsc -b"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
}
},
"main": "dist/index.cjs"
}
{
"extends": "../../../.config/tsconfig/tsconfig.-package.json"
"extends": "../../../.config/tsconfig/tsconfig.shared.json",
"compilerOptions": {
"declarationMap": true,
"declarationDir": "../../../dist/types",
"declaration": true,
"outDir": "../../../dist/packages",
"composite": true,
"types": ["../../../packages/env"]
},
"exclude": ["dist/**/*"]
}
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