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

compose-regexp

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compose-regexp - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

6

change-log.md
# Change Log
## v0.5.3
- fix broken package.json
## v0.5.2

@@ -4,0 +10,0 @@

13

package.json
{
"name": "compose-regexp",
"version": "0.5.2",
"version": "0.5.3",
"description": "A set of functions to build and compose complex regular expressions",
"type": "",
"main": "compose-regexp.js",
"module": "compose-regexp.mjs",
"type": "module",
"main": "commonjs/compose-regexp.js",
"module": "compose-regexp.js",
"jsnext:main": "compose-regexp.mjs",
"exports": {
".": {}
".": {
"require": "commonjs/compose-regexp.js",
"default": "compose-regexp.js"
}
},

@@ -12,0 +15,0 @@ "scripts": {

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