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

regexp-range

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-range - npm Package Compare versions

Comparing version 1.0.18 to 1.0.20

22

CHANGELOG.md

@@ -6,2 +6,24 @@ # Change Log

## [1.0.20](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.19...regexp-range@1.0.20) (2020-07-19)
### 🔖 Miscellaneous
* . ([c3c7f7f](https://github.com/bluelovers/ws-regexp/commit/c3c7f7fc30adc9cd3fc116cc5cf11a0cc0911e16))
## [1.0.19](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.18...regexp-range@1.0.19) (2020-07-19)
### 🛠 Build System
* update typescript ([0906138](https://github.com/bluelovers/ws-regexp/commit/09061382af8b98173cadd92adf736d744c74575d))
## [1.0.18](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.17...regexp-range@1.0.18) (2020-07-02)

@@ -8,0 +30,0 @@

6

package.json
{
"name": "regexp-range",
"version": "1.0.18",
"version": "1.0.20",
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...",

@@ -49,7 +49,7 @@ "keywords": [

"dependencies": {
"@lazy-cjk/japanese": "^1.2.6",
"@lazy-cjk/japanese": "^1.2.8",
"array-hyper-unique": "^1.1.9",
"fill-range": "^7.0.1"
},
"gitHead": "54e5b8b2afa04b4314bf9d3fa4011a25e2f85777"
"gitHead": "c9a0537568a54bd4608ced691ae10fe0f8fc4824"
}

@@ -20,3 +20,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -23,0 +23,0 @@ return result;

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