New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

conjure-lite

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conjure-lite - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

dist/handleGenerate-CA1qbt8V.js

4

dist/index.d.ts

@@ -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,

41

package.json
{
"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

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