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

shurley

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

shurley - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

14

package.json

@@ -6,6 +6,18 @@ {

"name": "shurley",
"version": "1.0.2",
"version": "1.0.3",
"description": "Validate or fix URLs from user input. People make mistakes!",
"license": "ISC",
"author": "Bruno Bernardino <me@brunobernardino.com>",
"keywords": [
"url",
"fix",
"parser",
"fixer",
"validator",
"lax",
"user-input",
"url-parser",
"url-fixer",
"url-lax-parser"
],
"repository": {

@@ -12,0 +24,0 @@ "type": "git",

6

README.md
# Shurley
[![](https://github.com/BrunoBernardino/shurley/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/shurley/actions?workflow=Run+Tests)
[![](https://github.com/BrunoBernardino/shurley/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/shurley/actions?workflow=Run+Tests) [![deno](https://shield.deno.dev/x/shurley)](https://deno.land/x/shurley) [![npm](https://img.shields.io/npm/v/shurley.svg)](https://www.npmjs.com/package/shurley)

@@ -26,3 +26,3 @@ > I'll give you the right URL, but [don't call me Shirley!](https://www.youtube.com/watch?v=ixljWVyPby0)

```ts
import shurley from 'https://deno.land/x/shurley@1.0.2/mod.ts';
import shurley from 'https://deno.land/x/shurley@1.0.3/mod.ts';

@@ -59,2 +59,2 @@ const parsedUrl = shurley.parse('example.com');

Just run `make publish VERSION=x.y.z`, then commit + push.
After committing and pushing, just run `make publish VERSION=x.y.z`.
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