New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chronver-regex

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chronver-regex - npm Package Compare versions

Comparing version 2019.10.23 to 2019.10.25

2

index.js

@@ -7,2 +7,2 @@ "use strict"; /* @flow */

module.exports = exports = () => /^((\d{4})\.(\d{2})\.(\d{2}))|((\d{4})\.(\d{2})\.(\d{2}))([.|-|+][\d|\w].+)$/ig;
module.exports = exports = () => /^(((\d{4})\.(\d{2})\.(\d{2})([.\-+][\d|\w]?.+))|((\d{4})\.(\d{2})\.(\d{2})(\.(\d{1,})))|((\d{4})\.(\d{2})\.(\d{2})))$/gi;

@@ -52,3 +52,3 @@ {

},
"version": "2019.10.23"
"version": "2019.10.25"
}
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