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

varname

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

varname - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

lib/varname.d.ts

@@ -5,5 +5,5 @@ export function camelback(name: string): string;

export function underscore(name: string): string;
export function split(name: string): Array<string>;
export function split(name: string): string[];
export default "./varname";
declare namespace ___home_runner_work_varname_varname_lib_varname_ { }
//# sourceMappingURL=varname.d.ts.map

@@ -63,3 +63,3 @@ 'use strict';

* The variable name to split.
* @returns {Array<string>}
* @returns {string[]}
* Returns the variable name split into separate parts.

@@ -66,0 +66,0 @@ */

{
"name": "varname",
"version": "5.0.1",
"version": "5.0.2",
"description": "Convert strings between different variable naming formats",

@@ -40,4 +40,3 @@ "keywords": [

"@commitlint/config-conventional": "^17.0.0",
"@rowanmanning/eslint-config": "^6.0.0",
"chai": "^4.3.6",
"@rowanmanning/eslint-config": "^7.0.0",
"eslint": "^8.10.0",

@@ -61,2 +60,2 @@ "husky": "^8.0.1",

}
}
}

Sorry, the diff of this file is not supported yet

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