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

strings.js

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strings.js - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

.fuse_hidden0000064500000002

2

package.json
{
"name": "strings.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "A flexible, robust and powerful Javascript string manipulation library.",

@@ -5,0 +5,0 @@ "main": "strings.min.js",

@@ -87,2 +87,6 @@ strings.js

// The included libs/tools. Most methods can be directly used from Strings, only a few specific overloaded methods.
Types= require("strings.js").Types;
Chars= require("strings.js").Chars;
// When I have a little time available I will try to update the examples to have it more meaningful and elaborate.

@@ -483,2 +487,8 @@ // For now, check the API, there's a lot more!

**Strings.upper**
> `<string> Strings.upper( <string> string, <string>/<number> args [args1, ..., argsN] )`
**Strings.lower**
> `<string> Strings.lower( <string> string, <string>/<number> args [args1, ..., argsN] )`
**Strings.insert**

@@ -609,2 +619,27 @@ > `<string> Strings.insert( <string>/<number> string, <string>/<number> index, <string>/<number> insertion )`

**types.js**
> The entire library is included in strings.js. Check the repo for general info and API.
> The entire library is included in strings.js. Check the repo for general info and API.
__________
change log
==========
**1.1.3**
Added Jasmine tests for the static part of the library. The dynamic part was thorougly tested already, but I hope
to add soon some tests for that as well.
types.js included in strings.js is updated to the latest version now.
Many little enhancements and a few minor bug fixes.
Added:
- Strings.get().
Removed:
- Strings.force, as force is now implemented in types.js. Use Strings.forceString, or the other force'Types'
from types.js.
__________
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