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.58.0 to 1.59.0

lib/case-utils.d.ts.map

1

lib/case-utils.d.ts
export declare function toCamelCase(...args: string[]): string;
export declare function toPascalCase(...args: string[]): string;
export declare function toSnakeCase(s: string, separator?: string): string;
//# sourceMappingURL=case-utils.d.ts.map

@@ -107,1 +107,2 @@ /**

}
//# sourceMappingURL=codemaker.d.ts.map

@@ -11,1 +11,2 @@ /**

}
//# sourceMappingURL=filebuff.d.ts.map
export * from './codemaker';
export * from './case-utils';
//# sourceMappingURL=index.d.ts.map

8

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

@@ -40,5 +40,5 @@ "license": "Apache-2.0",

"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.48",
"eslint": "^8.13.0",
"@types/jest": "^27.5.0",
"@types/node": "^12.20.50",
"eslint": "^8.15.0",
"jest": "^27.5.1",

@@ -45,0 +45,0 @@ "prettier": "^2.6.2",

export {};
//# sourceMappingURL=case-utils.test.d.ts.map
export {};
//# sourceMappingURL=filebuff.test.d.ts.map
export {};
//# sourceMappingURL=source.test.d.ts.map
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