New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hyphenate

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyphenate - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "hyphenate",
"version": "0.2.0",
"version": "0.2.1",
"description": "A simple helper function that hyphenates phrases.",

@@ -5,0 +5,0 @@ "main": "bld/index.js",

@@ -17,3 +17,4 @@ # Hyphenate [![Build Status](https://travis-ci.org/vilic/hyphenate.svg)](https://travis-ci.org/vilic/hyphenate)

hyphenate('hello, world!'); // "hello-world"
hyphenate('JSONDataItems'); // "json-data-items"
hyphenate('JSONDataItems'); // "JSON-Data-Items"
hyphenate('JSONDataItems', { lowerCase: true }); // "json-data-items"
```

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