Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.4.3

dist/conjure-lite.cjs

21

package.json
{
"name": "conjure-lite",
"version": "0.4.2",
"version": "0.4.3",
"license": "Apache-2.0",

@@ -12,10 +12,10 @@ "exports": {

"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"types": "./dist/index.d.cts",
"bin": {

@@ -32,6 +32,6 @@ "conjure-lite": "./dist/conjure-lite.mjs"

"@microsoft/api-extractor": "^7.43.1",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/yargs": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"conjure-api": "^4.48.0",

@@ -48,4 +48,5 @@ "dedent": "^1.5.3",

"dependencies": {},
"type": "module",
"scripts": {
"build": "pkgroll --target=es2020",
"build": "pkgroll --target=node18",
"check:api": "api-extractor run",

@@ -57,4 +58,4 @@ "check:attw": "attw --pack",

"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"
"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 --header '/* sample header */' && pnpm run format && tsc --build examples/widget"
}
}

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