Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codemaker

Package Overview
Dependencies
Maintainers
5
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemaker - npm Package Compare versions

Comparing version 1.80.0 to 1.81.0

5

lib/codemaker.d.ts

@@ -105,4 +105,9 @@ /**

toSnakeCase(s: string, sep?: string): string;
/**
* Gets currently opened file path.
* @returns Currently opened file path.
*/
getCurrentFilePath(): string | undefined;
private makeIndent;
}
//# sourceMappingURL=codemaker.d.ts.map

@@ -155,2 +155,9 @@ "use strict";

}
/**
* Gets currently opened file path.
* @returns Currently opened file path.
*/
getCurrentFilePath() {
return this.currentFile?.filePath;
}
makeIndent() {

@@ -157,0 +164,0 @@ const length = this.currentIndentLength;

2

package.json
{
"name": "codemaker",
"version": "1.80.0",
"version": "1.81.0",
"description": "A tiny utility for generating source code",

@@ -5,0 +5,0 @@ "license": "Apache-2.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