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

named-regexp-groups

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

named-regexp-groups - npm Package Compare versions

Comparing version 1.0.3-0 to 1.0.3-1

37

package.json
{
"name": "named-regexp-groups",
"version": "1.0.3-0",
"version": "1.0.3-1",
"description": "Regular expressions with named capture groups and named back-references",

@@ -37,37 +37,2 @@ "keywords": [

},
"babel": {
"env": {
"development": {
"presets": [
"env",
"stage-2"
]
},
"es5": {
"presets": [
[
"env",
{
"modules": false
}
],
"stage-2"
]
}
},
"ignore": [
"./node_modules",
"./lib",
"./dist/index.js"
]
},
"eslintConfig": {
"extends": "standard",
"plugins": [
"standard"
],
"rules": {
"spaced-comment": 0
}
},
"dependencies": {},

@@ -74,0 +39,0 @@ "devDependencies": {

6

README.md

@@ -16,5 +16,5 @@ # named-regexp-groups

* [test](#test)
* [String.replace](#string-replace)
* [String.match](#string-match)
* [String.split](#string-split)
* [String.replace](#stringreplace)
* [String.match](#stringmatch)
* [String.split](#stringsplit)
* [ES7](#es7)

@@ -21,0 +21,0 @@ * [License](#license)

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