Socket
Socket
Sign inDemoInstall

vowelz

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

coverage/clover.xml

4

package.json
{
"name": "vowelz",
"version": "2.0.0",
"version": "2.1.0",
"description": "A JavaScript library for efficient manipulation of vowels within strings. Count, transform case, extract positions, and perform various operations on vowels with ease. Enhance your text processing and string transformations using Vowelz.",

@@ -9,3 +9,3 @@ "main": "index.js",

"build": "babel ./src -d ./dist",
"test" : "jest --verbose"
"test" : "jest --verbose --coverage"
},

@@ -12,0 +12,0 @@ "author": "Sricharan Krishnan | https://github.com/sricharankrishnan",

@@ -18,3 +18,3 @@ # Vowelz

/* node module imports */
import Vowelz from "vowelz";
const Vowelz = require("vowelz");
```

@@ -45,2 +45,16 @@ - Create a class instance of the imported package and then you can, directly use a method. More details about the method APIS in the following section

### Test Coverage
File | % Stmts | % Branch | % Funcs | % Lines |
----------|---------|----------|---------|---------|
All files | 83.33 | 94.11 | 100 | 83.09 |
index.js | 83.33 | 94.11 | 100 | 83.09 |
Test Suites: 11 passed, 11 total<br/>
Tests: 54 passed, 54 total<br/>
Snapshots: 0 total<br/>
Time: 4.241 s<br/>
Ran all test suites.
<br/><br/>
### Contributions

@@ -47,0 +61,0 @@ Do you have an idea? May be you wish to add another method to this existing library? Or perhaps you've found a bug? Please feel free to raise a github issue and I would resolve it at the earliest possible.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc