Socket
Socket
Sign inDemoInstall

@stdlib/string

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/string - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

camelcase/bin/cli

27

lib/index.js

@@ -40,2 +40,11 @@ /**

/**
* @name camelcase
* @memberof string
* @readonly
* @type {Function}
* @see {@link module:@stdlib/string/camelcase}
*/
setReadOnly( string, 'camelcase', require( './../camelcase' ) );
/**
* @name capitalize

@@ -59,2 +68,11 @@ * @memberof string

/**
* @name constantcase
* @memberof string
* @readonly
* @type {Function}
* @see {@link module:@stdlib/string/constantcase
*/
setReadOnly( string, 'constantcase', require( './../constantcase' ) );
/**
* @name endsWith

@@ -78,2 +96,11 @@ * @memberof string

/**
* @name kebabcase
* @memberof string
* @readonly
* @type {Function}
* @see {@link module:@stdlib/string/kebabcase
*/
setReadOnly( string, 'kebabcase', require( './../kebabcase' ) );
/**
* @name lpad

@@ -80,0 +107,0 @@ * @memberof string

2

package.json
{
"name": "@stdlib/string",
"version": "0.0.11",
"version": "0.0.12",
"description": "Standard library string manipulation functions.",

@@ -5,0 +5,0 @@ "license": "Apache-2.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