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

expand-range

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expand-range - npm Package Compare versions

Comparing version 1.2.0 to 1.4.0

7

package.json
{
"name": "expand-range",
"description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
"version": "1.2.0",
"version": "1.4.0",
"homepage": "https://github.com/jonschlinkert/expand-range",

@@ -28,4 +28,7 @@ "author": {

},
"files": [
"index.js"
],
"dependencies": {
"fill-range": "^1.4.0"
"fill-range": "^1.6.0"
},

@@ -32,0 +35,0 @@ "devDependencies": {

@@ -14,9 +14,2 @@ # expand-range [![NPM version](https://badge.fury.io/js/expand-range.svg)](http://badge.fury.io/js/expand-range)

## Benchmarks
```bash
node benchmark
```
## Example usage

@@ -85,8 +78,17 @@

## Running tests
## Benchmarks
```bash
npm test
node benchmark
```
## Run tests
Install dev dependencies
```bash
npm i -d && npm test
```
## Contributing

@@ -108,4 +110,4 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/expand-range/issues).

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