@domtree/any
Advanced tools
Comparing version 0.9.3 to 0.9.4-unstable.229fe05
{ | ||
"root": false, | ||
"overrides": [ | ||
{ | ||
"extends": ["plugin:@starbeam/tight"], | ||
"files": ["index.ts", "src/**/*.ts"], | ||
"parserOptions": { | ||
"project": "workspace/@domtree/any/tsconfig.json" | ||
} | ||
} | ||
] | ||
"root": true, | ||
"extends": ["plugin:@starbeam-dev/library:recommended"] | ||
} |
{ | ||
"name": "@domtree/any", | ||
"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,21 +17,14 @@ "source": "ts", | ||
"dependencies": { | ||
"@domtree/browser": "^0.9.3", | ||
"@domtree/interface": "^0.9.3", | ||
"@domtree/minimal": "^0.9.3" | ||
"@domtree/browser": "0.9.4-unstable.229fe05", | ||
"@domtree/interface": "0.9.4-unstable.229fe05", | ||
"@domtree/minimal": "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/**/*"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6319
2
80
1
+ Added@domtree/browser@0.9.4-unstable.229fe05(transitive)
+ Added@domtree/interface@0.9.4-unstable.229fe05(transitive)
+ Added@domtree/minimal@0.9.4-unstable.229fe05(transitive)
- Removed@domtree/browser@0.9.3(transitive)
- Removed@domtree/interface@0.9.3(transitive)
- Removed@domtree/minimal@0.9.3(transitive)