conjure-lite
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -0,1 +1,2 @@ | ||
/** @public */ | ||
interface ConjureContext { | ||
@@ -8,2 +9,5 @@ fetchFn?: typeof fetch; | ||
/** | ||
* @public | ||
*/ | ||
declare function conjureFetch<T>( | ||
@@ -10,0 +14,0 @@ { fetchFn, baseUrl, servicePath, tokenProvider }: ConjureContext, |
{ | ||
"name": "conjure-lite", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"license": "Apache-2.0", | ||
@@ -28,27 +28,30 @@ "exports": { | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.4", | ||
"@types/node": "^20.9.0", | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@changesets/cli": "^2.27.1", | ||
"@microsoft/api-extractor": "^7.43.1", | ||
"@types/node": "^20.12.7", | ||
"@types/yargs": "^17.0.31", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"conjure-api": "^4.31.0", | ||
"dprint": "^0.42.5", | ||
"eslint": "^8.53.0", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.2.2", | ||
"@changesets/cli": "^2.27.1", | ||
"@arethetypeswrong/cli": "^0.15.2", | ||
"pkgroll": "^2.0.2" | ||
}, | ||
"dependencies": { | ||
"dedent": "^1.5.1", | ||
"@typescript-eslint/eslint-plugin": "^7.7.1", | ||
"@typescript-eslint/parser": "^7.7.1", | ||
"conjure-api": "^4.48.0", | ||
"dedent": "^1.5.3", | ||
"dprint": "^0.45.1", | ||
"eslint": "^8.57.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"pkgroll": "^2.0.2", | ||
"typescript": "^5.4.5", | ||
"yargs": "^17.7.2" | ||
}, | ||
"dependencies": {}, | ||
"scripts": { | ||
"build": "pkgroll --target=es2020", | ||
"check:api": "api-extractor run", | ||
"check:attw": "attw --pack", | ||
"check:format": "dprint check", | ||
"check": "pnpm run prepack && pnpm run check:format && pnpm run check:api && pnpm run check:attw", | ||
"clean": "rm -rf lib tsconfig.tsbuildinfo dist", | ||
"build": "pkgroll --target=es2020", | ||
"format": "dprint fmt", | ||
"generateExamples": "rm -rf examples/widget/src/generated examples/widget/lib examples/widget/tsconfig.tsbuildinfo && ./dist/conjure-lite.mjs generate --ir examples/widget/ir.json --outDir examples/widget/src/generated && tsc --build examples/widget", | ||
"check": "pnpm run prepack && attw --pack" | ||
"generateExamples": "rm -rf examples/widget/src/generated examples/widget/lib examples/widget/tsconfig.tsbuildinfo && ./dist/conjure-lite.mjs generate --ir examples/widget/ir.json --outDir examples/widget/src/generated && tsc --build examples/widget" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
461815
0
13942
16
19
- Removeddedent@^1.5.1
- Removedyargs@^17.7.2
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedcliui@8.0.1(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removeddedent@1.5.3(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedescalade@3.2.0(transitive)
- Removedget-caller-file@2.0.5(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedrequire-directory@2.1.1(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedwrap-ansi@7.0.0(transitive)
- Removedy18n@5.0.8(transitive)
- Removedyargs@17.7.2(transitive)
- Removedyargs-parser@21.1.1(transitive)