New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 1.0.10

8

CHANGELOG.md

@@ -6,4 +6,12 @@ # Change Log

## [1.0.10](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.9...regexp-range@1.0.10) (2020-06-04)
**Note:** Version bump only for package regexp-range
## 1.0.9 (2020-05-22)
**Note:** Version bump only for package regexp-range

4

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

@@ -53,3 +53,3 @@ "keywords": [

},
"gitHead": "73a9bffd162fbff44908e4f61a7ac0787c90c48f"
"gitHead": "e4901758636d35ec03f3b3a4f730767dba07b510"
}

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

var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.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