Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fill-range

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fill-range - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

3

index.js

@@ -68,3 +68,2 @@ /*!

sep = '|';
}

@@ -218,3 +217,3 @@

if (sep === '|') {
res = '(' + res + ')';
res = '(?:' + res + ')';
}

@@ -221,0 +220,0 @@ return [res];

{
"name": "fill-range",
"description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "https://github.com/jonschlinkert/fill-range",

@@ -6,0 +6,0 @@ "author": {

@@ -188,4 +188,4 @@ # fill-range [![NPM version](https://badge.fury.io/js/fill-range.svg)](http://badge.fury.io/js/fill-range)

_This file was generated by [verb](https://github.com/assemble/verb) on January 11, 2015._
_This file was generated by [verb](https://github.com/assemble/verb) on January 14, 2015._
[randomatic]: https://github.com/jonschlinkert/randomatic
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