Socket
Socket
Sign inDemoInstall

@emberx/string

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emberx/string

General purpose string utility methods for node.js and browser, extraced from ember.js:


Version published
Weekly downloads
17
increased by6.25%
Maintainers
1
Weekly downloads
 
Created
Source

@emberx/string - String transformation methods for node.js and browser

General purpose string utility methods for node.js and browser, extraced from ember.js:

import { camelize, capitalize, classify, dasherize, decamelize, underscore } from '@emberx/string';

camelize('Green house') // => greenHouse
capitalize('privateDocs/ownerInvoice') // => Private_docs/Owner_invoice
classify('my favorite items') // => MyFavoriteItems
dasherize('innerHTML') // => inner-html
decamelize('PrivateDocs/OwnerInvoice') // => private_docs/owner_invoice
underscore('css-class-name') // => css_class_name

FAQs

Package last updated on 01 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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