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.1.1 to 0.2.0

14

package.json
{
"name": "conjure-lite",
"version": "0.1.1",
"version": "0.2.0",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js"
"types": "./dist/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
}

@@ -20,7 +21,9 @@ },

"scripts": {
"prepack": "npm run clean && tsc",
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"prepack": "npm run clean && tsup && tsc",
"foo": "&& tsc --emitDeclarationOnly --declaration",
"clean": "rm -rf lib tsconfig.tsbuildinfo dist",
"generateExamples": "npm run prepack && rm -rf examples/widget/src/generated examples/widget/lib examples/widget/tsconfig.tsbuildinfo && ./bin/conjure-lite.mjs generate --ir examples/widget/ir.json --outDir examples/widget/src/generated && tsc --build examples/widget"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.4",
"@types/node": "^20.9.0",

@@ -33,2 +36,3 @@ "@types/yargs": "^17.0.31",

"eslint": "^8.53.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2"

@@ -35,0 +39,0 @@ },

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