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

hyphenate-style-name

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyphenate-style-name - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

24

package.json
{
"name": "hyphenate-style-name",
"version": "1.0.4",
"version": "1.0.5",
"description": "Hyphenates a camelcased CSS property name",

@@ -17,2 +17,6 @@ "main": "index.cjs.js",

},
"files": [
"index.js",
"index.cjs.js"
],
"repository": {

@@ -35,10 +39,14 @@ "type": "git",

"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-sanity": "^1.149.16",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"rollup": "^2.21.0",
"tape": "^5.0.1"
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-sanity": "^7.1.2",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"semantic-release": "^23.1.1",
"tape": "^5.7.5"
}
}
# hyphenate-style-name
[![npm version](http://img.shields.io/npm/v/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm](https://img.shields.io/npm/dm/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm bundle size](https://img.shields.io/bundlephobia/minzip/hyphenate-style-name.svg?style=flat-square)](https://bundlephobia.com/result?p=hyphenate-style-name)[![Build Status](http://img.shields.io/travis/rexxars/hyphenate-style-name/master.svg?style=flat-square)](https://travis-ci.org/rexxars/hyphenate-style-name)
[![npm version](http://img.shields.io/npm/v/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm](https://img.shields.io/npm/dm/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm bundle size](https://img.shields.io/bundlephobia/minzip/hyphenate-style-name.svg?style=flat-square)](https://bundlephobia.com/result?p=hyphenate-style-name)

@@ -21,3 +21,3 @@ Hyphenates a camelcased CSS property name. For example:

```js
var hyphenateStyleName = require('hyphenate-style-name')
import hyphenateStyleName from 'hyphenate-style-name'

@@ -24,0 +24,0 @@ console.log(hyphenateStyleName('MozTransition')) // -moz-transition

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