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

regexbuddy

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexbuddy - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

bin/index.js

23

package.json
{
"name": "regexbuddy",
"version": "0.0.3",
"description": "",
"version": "0.0.5",
"description": "Implement regex expressions in JavaScript",
"repository": {
"url": "https://github.com/JoshAaronLevy/regexbuddy"
},
"main": "index.js",

@@ -9,6 +12,16 @@ "scripts": {

},
"keywords": [],
"author": "Josh Levy",
"keywords": [
"regex",
"regular expression",
"javascript"
],
"author": {
"name": "Josh Levy"
},
"license": "ISC",
"private": false
"private": false,
"preferGlobal": false,
"bin": {
"regexbuddy": "./bin/index.js"
}
}
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