Socket
Socket
Sign inDemoInstall

regx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regx - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

package.json
{
"name": "regx",
"version": "1.0.3",
"version": "1.0.4",
"description": "Tagged template string regular expression compiler.",

@@ -11,3 +11,3 @@ "main": "dist/regx.js",

"test-browser": "browserify -t babelify ./test/regx.js | browser-run | tap-difflet",
"test-node": "nyc -r lcov blue-tape test/regx.js | tap-difflet",
"test-node": "nyc -r lcov blue-tape test/*.js | tap-difflet",
"watch": "watch 'npm test' src test -du"

@@ -37,2 +37,3 @@ },

"homepage": "https://github.com/shannonmoeller/regx",
"dependencies": {},
"devDependencies": {

@@ -39,0 +40,0 @@ "babel-plugin-transform-runtime": "^6.4.3",

2

README.md

@@ -77,3 +77,3 @@ # `regx`

^ // start of line
b+ // one or more 'a' characters
b+ // one or more 'b' characters
$ // end of line

@@ -80,0 +80,0 @@ `; // result: /^b+$/gm

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