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.0.5 to 0.0.6

3

lib/codegen/BaseFileGenerator.js

@@ -15,2 +15,5 @@ import * as path from "node:path";

if ("package" in type) {
if (this.codeGen.getFilePath(type) === this.filePath) {
return;
}
const importPath = this.getImportModuleSpecifier(type);

@@ -17,0 +20,0 @@ this.imports.set(`${type.package}.${type.name}`, `import type { ${type.name} } from "${importPath}";`);

2

package.json
{
"name": "conjure-lite",
"version": "0.0.5",
"version": "0.0.6",
"exports": {

@@ -5,0 +5,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