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

regexp-tree

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-tree - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

4

dist/optimizer/transforms/group-single-chars-to-char-class.js

@@ -79,2 +79,6 @@ /**

} else if (type === 'Char') {
if (expression.kind === 'meta' && expression.symbol === '.') {
return false;
}
var value = expression.value;

@@ -81,0 +85,0 @@

8

package.json
{
"name": "regexp-tree",
"version": "0.1.26",
"version": "0.1.27",
"license": "MIT",

@@ -10,7 +10,7 @@ "description": "Regular Expressions parser in JavaScript",

"scripts": {
"build": "node scripts/build.js",
"watch": "node scripts/build.js --watch",
"build": "node ./scripts/build.js",
"watch": "node ./scripts/build.js --watch",
"test": "jest",
"prepublish": "npm run build && npm test",
"eslint": "eslint src/ && eslint bin/regexp-tree"
"eslint": "eslint ./src/ && eslint ./bin/regexp-tree"
},

@@ -17,0 +17,0 @@ "bin": {

Sorry, the diff of this file is too big to display

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