New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

count-pattern

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

count-pattern - npm Package Compare versions

Comparing version
1.1.0
to
1.2.0
+12
README.md
# count-pattern
_Pattern counter in text without build in function, Ever_
## Installation
```
const cp = require('count-pattern')
const result = cp('banana', 'an')
console.log(result) //2
```
## Features
- Library has written without any build in functions
+1
-1
{
"name": "count-pattern",
"version": "1.1.0",
"version": "1.2.0",
"description": "This package is used for count given pattern in the given text. Works like a regexp search.",

@@ -5,0 +5,0 @@ "main": "index.js",