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.1.0 to 2.1.1

src/index.js

2

index.js
'use strict';
module.exports = require('./lib/index');
module.exports = require('./src/index');
{
"name": "complete-string",
"version": "2.1.0",
"version": "2.1.1",
"description": "CompleteString string by any char. This repo is some kind of polyfill for ES7 padLeft.",

@@ -23,2 +23,3 @@ "license": "MIT",

"devDependencies": {
"coveralls": "^2.11.12",
"istanbul": "^0.4.4",

@@ -32,3 +33,3 @@ "jasmine": "^2.4.1",

"dist",
"lib",
"src",
"index.js",

@@ -35,0 +36,0 @@ "package.json",

@@ -5,7 +5,6 @@ # complete-string ([npm](https://www.npmjs.com/package/complete-string))

![](https://img.shields.io/npm/dt/complete-string.svg)
![](https://img.shields.io/bower/v/complete-string.svg)
[![Travis](https://img.shields.io/travis/piecioshka/complete-string.svg?maxAge=2592000)](https://travis-ci.org/piecioshka/complete-string)
[![Coverage Status](https://coveralls.io/repos/github/piecioshka/complete-string/badge.svg?branch=master)](https://coveralls.io/github/piecioshka/complete-string?branch=master)
> :hammer: Complete string by any char. This repo is some kind of polyfill for ES7 padLeft.
> :hammer: Complete string by any char. This repo is some kind of polyfill for ES2017 padLeft.

@@ -18,8 +17,2 @@ ## Install

or
```
$ bower install complete-string
```
## Usage

@@ -26,0 +19,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