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

complete-string

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complete-string - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

bower.json

53

package.json
{
"name": "complete-string",
"version": "2.0.1",
"description": "CompleteString string by any char. This repo is some kind of polyfill for ES7 padLeft.",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "piecioshka@gmail.com",
"url": "piecioshka.pl"
},
"keywords": [
"complete",
"string"
],
"repository": {
"type": "git",
"url": "http://github.com/piecioshka/complete-string.git"
},
"scripts": {
"test": "jest"
},
"jest": {
"testDirectoryName": "test"
},
"devDependencies": {
"jest-cli": "^0.6.0"
}
"name": "complete-string",
"version": "2.0.2",
"description": "CompleteString string by any char. This repo is some kind of polyfill for ES7 padLeft.",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "piecioshka@gmail.com",
"url": "piecioshka.pl"
},
"main": "complete-string.js",
"keywords": [
"complete",
"string"
],
"repository": {
"type": "git",
"url": "http://github.com/piecioshka/complete-string.git"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest-cli": "^0.6.0"
},
"jest": {
"testDirectoryName": "test"
}
}
# complete-string
Complete string by any char. This repo is some kind of polyfill for ES7 padLeft.
![](https://img.shields.io/npm/v/complete-string.svg)
![](https://img.shields.io/npm/dt/complete-string.svg)
![](https://img.shields.io/npm/l/complete-string.svg)
![](https://img.shields.io/bower/v/complete-string.svg)
![](https://img.shields.io/bower/l/complete-string.svg)
> Complete string by any char. This repo is some kind of polyfill for ES7 padLeft.
## Install
```
npm install complete-string
```
or
```
bower install complete-string
```
## Usage

@@ -6,0 +24,0 @@

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