New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jorge-salgado/url-generator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jorge-salgado/url-generator - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

modules/urlPattern.js

2

package.json
{
"name": "@jorge-salgado/url-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "urlGenerator.js",

@@ -18,3 +18,3 @@ # URL Generator

## Or if you prefer you can use the modules individually
## Or if you prefer it, you can use the modules individually

@@ -33,1 +33,13 @@ ### Sanitizer

```
### URL Pattern
```js
const URL_PATTERN = require('@jorge-salgado/url-generator/modules/urlPattern');
URL_PATTERN('String To Sanitize');
//OUTPUT: 'string-to-sanitize'
```
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