New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@teamcoder/regexvalidator

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

@teamcoder/regexvalidator - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-13
package.json

@@ -5,3 +5,3 @@ {

"name": "@teamcoder/regexvalidator",
"version": "1.0.1",
"version": "1.0.2",
"description": "This module is small but easy to use. The purpose of this module is to check if a string can be validated via regular expressions.",

@@ -39,15 +39,4 @@ "main": "regexvalidator.js",

"test": "node test.js"
},
}
"engines": {
"node": ">=10",
"npm": ">=6"
},
"os": [
"windows",
"linux",
"raspberrypi"
]
}
+5
-4

@@ -25,6 +25,7 @@ # RegEx Validator

## Version History
| Version | Date | Remark |
|----------|------------------------|-------------------------------------|
| 1.0.0 | 06 September 2022 | Official first release |
| 1.0.1 | 06 September 2022 | Correcting documentation |
| Version | Date | Remark |
|----------|------------------------|-------------------------------------------------------|
| 1.0.0 | 06 September 2022 | Official first release |
| 1.0.1 | 06 September 2022 | Correcting documentation |
| 1.0.2 | 09 September 2022 | Fixed package.json so that npm can install on any os |
## How To Install

@@ -31,0 +32,0 @@ Run the following command in a terminal or command prompt in the folder you want to install the module to.

@@ -231,3 +231,4 @@ /*

* 1.0.0 06 September 2022 Official first release
* 1.0.1 06 September 2022 Correcting documentation
* 1.0.1 06 September 2022 Correcting documentation
* 1.0.2 09 September 2022 Fixed package.json so that npm can install on any os
*/

@@ -234,0 +235,0 @@