Socket
Socket
Sign inDemoInstall

@domtree/browser

Package Overview
Dependencies
Maintainers
2
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.3 to 0.9.4-unstable.229fe05

12

.eslintrc.json
{
"root": false,
"overrides": [
{
"extends": ["plugin:@starbeam/tight"],
"files": ["index.ts", "src/**/*.ts"],
"parserOptions": {
"project": "workspace/@domtree/browser/tsconfig.json"
}
}
]
"root": true,
"extends": ["plugin:@starbeam-dev/library:recommended"]
}

25

package.json
{
"name": "@domtree/browser",
"version": "0.9.3",
"type": "module",
"version": "0.9.4-unstable.229fe05",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.cjs"
},
"starbeam": {

@@ -11,19 +17,12 @@ "source": "ts",

"dependencies": {
"@domtree/interface": "^0.9.3"
"@domtree/interface": "0.9.4-unstable.229fe05"
},
"devDependencies": {
"@starbeam-dev/build-support": "1.0.0"
"@starbeam-dev/eslint-plugin": "^1.0.6",
"@starbeam-dev/compile": "1.2.0"
},
"scripts": {
"test:lint": "eslint",
"test:lint": "eslint . --max-warnings 0",
"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.shared.json",
"compilerOptions": {
"composite": true,
"types": ["../../../packages/env.d.ts"],
"declaration": true,
"declarationDir": "../../../dist/types",
"declarationMap": true,
"declarationDir": "../../../dist/types",
"declaration": true,
"outDir": "../../../dist/packages",
"composite": true,
"types": ["../../../packages/env"]
"emitDeclarationOnly": true
},
"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