New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

words.js

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

words.js - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "words.js",
"version": "0.1.3",
"version": "0.1.4",
"description": "A flexible, robust and powerful Javascript word-string manipulation library.",

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

@@ -50,2 +50,8 @@ words.js

**Words.prototype.count**
> `count`
> A getter to get the amount of words in the internal array.
**Words.prototype.set**

@@ -73,3 +79,12 @@ > `<this> set( <string>/<number> index, [index1, ..., indexN] )`

```
**Words.prototype.$**
> `$`
> A getter for .get()
**Words.prototype.string**
> `string`
> Another getter for .get(), similar to .$.
**Words.prototype.xs**

@@ -76,0 +91,0 @@ > `<this> xs( <function> callback(<string> word, <number> index) )`

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