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.2.3 to 1.2.4

4

package.json
{
"name": "strings.js",
"version": "1.2.3",
"description": "A flexible, robust and powerful Javascript string manipulation library.",
"version": "1.2.4",
"description": "A flexible Javascript string manipulation library.",
"main": "strings.min.js",

@@ -6,0 +6,0 @@ "scripts": {

strings.js
==========
A flexible, robust and powerful Javascript string manipulation library. Contains the usual suspects and loads of
very handy additions.
A flexible, Javascript string manipulation library. Contains the usual suspects and quite some handy additions.
strings.js has moved!!!
=====================
**strings.js is now strings-js**
<br/>
<br/>
Check strings-js for the latest version. I had to move this because for some reason the npm search engine cannot find strings.js, most
of the time..
<br/>
<br/>
___
String.prototype is not affected by strings.js

@@ -35,3 +47,3 @@ ______________________________________________

// there is much more! see below..
// there is so much more, see below
```

@@ -62,8 +74,11 @@

types.js is included in strings.js as it is the fundament for strings.js. types.js and some other included tools
can be used as static methods from Strings. Descriptions for all included methods can be found in the API below.
The types.js API can be found in the phazelift/types.js repo.
Included:
---------
types.js essential type-checker/enforcer is included in strings.js. It is the fundament for strings.js and can be found after
loading strings.js like so:
```javascript
var _= Strings.Types;
```
Still working on the API.. For now I recommend to check the Jasmine tests to see what strings.js is capable of, and have some
fun playing it.
The types.js API can be found at: https://github.com/phazelift/types.js.

@@ -109,11 +124,3 @@ Some examples:

// 6206002371 (create random string in specific range)
// etc...
// 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.
// For now, check the API, there's a lot more!
// find more examples in the API below
```

@@ -864,3 +871,3 @@ ___

> The full library (1.8kb) is included in strings.js. Check my phazelift repository for general info and API.
> The full library (1.8kb) is included in strings.js. Check https://github.com/phazelift/types.js for general info and API.

@@ -867,0 +874,0 @@

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