@domtree/interface
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/interface/tsconfig.json" | ||
} | ||
} | ||
] | ||
"root": true, | ||
"extends": ["plugin:@starbeam-dev/library:recommended"] | ||
} |
{ | ||
"name": "@domtree/interface", | ||
"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,16 +17,9 @@ "source": "ts", | ||
"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
4199
2
39
1