Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ember/string

Package Overview
Dependencies
Maintainers
16
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember/string

A set of utilities to transform strings

Source
npmnpm
Version
3.1.1
Version published
Weekly downloads
133K
-7.73%
Maintainers
16
Weekly downloads
 
Created
Source

@ember/string CI Build

A set of utilities to transform strings extracted from the core of Ember.

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above

Installation

ember install @ember/string

Usage

This package provides the following imports:

import {
  camelize,
  capitalize,
  classify,
  dasherize,
  decamelize,
  underscore,
  w,
} from '@ember/string'

For more documentation, consult https://emberjs.com/api/ember/release/classes/String.

License

This project is licensed under the MIT License.

Keywords

ember-addon

FAQs

Package last updated on 16 May 2023

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