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

just-kebab-case

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-kebab-case - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

2

index.d.ts
declare function kebabCase(value: string): string;
export = kebabCase;
export default kebabCase;

@@ -1,2 +0,2 @@

import kebabCase = require("./index");
import kebabCase from './index'

@@ -8,12 +8,12 @@ // OK

// @ts-expect-error
kebabCase();
kebabCase();
// @ts-expect-error
kebabCase(0);
kebabCase(0);
// @ts-expect-error
kebabCase([]);
kebabCase([]);
// @ts-expect-error
kebabCase({});
kebabCase({});
// @ts-expect-error
kebabCase(/nope/);
kebabCase(/nope/);
// @ts-expect-error
kebabCase(false);
kebabCase(false);
{
"name": "just-kebab-case",
"version": "2.0.0",
"version": "3.0.0",
"description": "convert a string to kebab case",

@@ -23,2 +23,2 @@ "main": "index.js",

}
}
}
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