string-pad-start-x
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-24T00:40:37.974Z", | ||
"date": "2019-07-24T16:47:00.944Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Pads a string with another string (repeated, if needed).", | ||
"license": "MIT", | ||
"version": "2.0.11" | ||
"version": "2.0.12" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-24T00:40:37.974Z", | ||
"date": "2019-07-24T16:47:00.944Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Pads a string with another string (repeated, if needed).", | ||
"license": "MIT", | ||
"version": "2.0.11" | ||
"version": "2.0.12" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "string-pad-start-x", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "Pads a string with another string (repeated, if needed).", | ||
@@ -25,2 +25,3 @@ "homepage": "https://github.com/Xotic750/string-pad-start-x", | ||
"main": "dist/string-pad-start-x.js", | ||
"jsdelivr": "dist/string-pad-start-x.min.js", | ||
"scripts": { | ||
@@ -53,5 +54,5 @@ "build:esm": "mkdirp dist && babel -s true --env-name esm src/string-pad-start-x.js -o dist/string-pad-start-x.esm.js", | ||
"dependencies": { | ||
"require-object-coercible-x": "^2.0.20", | ||
"to-length-x": "^4.0.18", | ||
"to-string-x": "^2.0.28" | ||
"require-object-coercible-x": "^2.0.22", | ||
"to-length-x": "^4.0.20", | ||
"to-string-x": "^2.0.30" | ||
}, | ||
@@ -94,3 +95,3 @@ "devDependencies": { | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-jsdoc": "^15.7.1", | ||
"eslint-plugin-jsdoc": "^15.7.2", | ||
"eslint-plugin-json": "^1.4.0", | ||
@@ -97,0 +98,0 @@ "eslint-plugin-lodash": "^5.1.0", |
<a href="https://travis-ci.org/Xotic750/string-pad-start-x" | ||
title="Travis status"> | ||
title="Travis status"> | ||
<img | ||
src="https://travis-ci.org/Xotic750/string-pad-start-x.svg?branch=master" | ||
alt="Travis status" height="18"/> | ||
src="https://travis-ci.org/Xotic750/string-pad-start-x.svg?branch=master" | ||
alt="Travis status" height="18"> | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/string-pad-start-x" | ||
title="Dependency status"> | ||
<img src="https://david-dm.org/Xotic750/string-pad-start-x.svg" | ||
alt="Dependency status" height="18"/> | ||
title="Dependency status"> | ||
<img src="https://david-dm.org/Xotic750/string-pad-start-x/status.svg" | ||
alt="Dependency status" height="18"/> | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/string-pad-start-x#info=devDependencies" | ||
title="devDependency status"> | ||
<a | ||
href="https://david-dm.org/Xotic750/string-pad-start-x?type=dev" | ||
title="devDependency status"> | ||
<img src="https://david-dm.org/Xotic750/string-pad-start-x/dev-status.svg" | ||
alt="devDependency status" height="18"/> | ||
alt="devDependency status" height="18"/> | ||
</a> | ||
<a href="https://badge.fury.io/js/string-pad-start-x" title="npm version"> | ||
<a href="https://badge.fury.io/js/string-pad-start-x" | ||
title="npm version"> | ||
<img src="https://badge.fury.io/js/string-pad-start-x.svg" | ||
alt="npm version" height="18"/> | ||
alt="npm version" height="18"> | ||
</a> | ||
<a href="https://www.jsdelivr.com/package/npm/string-pad-start-x" | ||
title="jsDelivr hits"> | ||
<img src="https://data.jsdelivr.com/v1/package/npm/string-pad-start-x/badge?style=rounded" | ||
alt="jsDelivr hits" height="18"> | ||
</a> | ||
<a name="module_string-pad-start-x"></a> | ||
@@ -22,0 +30,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185063
65
Updatedto-length-x@^4.0.20
Updatedto-string-x@^2.0.30