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

shurley

Package Overview
Dependencies
Maintainers
0
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.5 to 1.0.6

esm/_dnt.test_shims.d.ts.map

1

esm/mod.d.ts

@@ -6,1 +6,2 @@ export declare const parse: (url: string) => string;

export default _default;
//# sourceMappingURL=mod.d.ts.map

4

package.json
{
"name": "shurley",
"version": "1.0.5",
"version": "1.0.6",
"description": "Validate or fix URLs from user input. People make mistakes!",

@@ -42,3 +42,3 @@ "keywords": [

},
"_generatedBy": "dnt@0.40.0"
"_generatedBy": "dnt@dev"
}
# Shurley
[![](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)
[![](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) [![jsr](https://jsr.io/badges/@brn/shurley)](https://jsr.io/@brn/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.5/mod.ts';
import shurley from 'jsr:@brn/shurley@1.0.6'; // or import shurley from 'https://deno.land/x/shurley@1.0.6/mod.ts';

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

After committing and pushing, just run `make publish VERSION=x.y.z`.
After committing and pushing with a new version in `deno.json`, just run `make publish`.

@@ -6,1 +6,2 @@ export declare const parse: (url: string) => string;

export default _default;
//# sourceMappingURL=mod.d.ts.map
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