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
0
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.2.3 to 2.2.4

2

dist/complete-string.js

@@ -6,3 +6,3 @@ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.CompleteString=t():e.CompleteString=t()}(window,(function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";e.exports=r(1)},function(e,t,r){"use strict";

* @description Complete string by any char. This repo is some kind of polyfill for ES2017 padStart.
* @version 2.2.3
* @version 2.2.4
* @license MIT

@@ -9,0 +9,0 @@ * @example

{
"name": "complete-string",
"version": "2.2.3",
"version": "2.2.4",
"description": "Complete string by any char. This repo is some kind of polyfill for ES2017 padStart.",

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

"coverage": "nyc npm run test && nyc report --reporter=html",
"coveralls": "nyc npm run test && nyc report --reporter=text-lcov | coveralls -v",
"version": "npm run build && git add dist/",

@@ -26,9 +25,8 @@ "postversion": "git push --tags"

"devDependencies": {
"coveralls": "^3.0.6",
"jasmine": "^3.4.0",
"jasmine": "^3.5.0",
"json-loader": "^0.5.4",
"nyc": "^14.1.1",
"nyc": "^15.0.0",
"string-replace-loader": "^2.2.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},

@@ -35,0 +33,0 @@ "files": [

@@ -1,7 +0,8 @@

# complete-string ([npm](https://www.npmjs.com/package/complete-string))
# complete-string
[![node version](https://img.shields.io/node/v/complete-string.svg)](https://www.npmjs.com/package/complete-string)
[![npm version](https://badge.fury.io/js/complete-string.svg)](https://badge.fury.io/js/complete-string)
[![downloads count](https://img.shields.io/npm/dt/complete-string.svg)](https://www.npmjs.com/package/complete-string)
[![travis-ci](https://img.shields.io/travis/piecioshka/complete-string.svg?maxAge=2592000)](https://travis-ci.org/piecioshka/complete-string)
[![coveralls](https://coveralls.io/repos/github/piecioshka/complete-string/badge.svg?branch=master)](https://coveralls.io/github/piecioshka/complete-string?branch=master)
[![license](https://img.shields.io/npm/l/complete-string.svg)](https://www.npmjs.com/package/complete-string)
[![travis-ci](https://api.travis-ci.com/piecioshka/complete-string.svg?branch=master)](https://app.travis-ci.com/github/piecioshka/complete-string)

@@ -8,0 +9,0 @@ :hammer: Complete string by any char. This repo is some kind of polyfill for ES2017 padStart.

Sorry, the diff of this file is not supported yet

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