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

shurley

Package Overview
Dependencies
Maintainers
1
Versions
10
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.3 to 1.0.4

esm/mod.d.ts

30

package.json
{
"module": "./esm/mod.js",
"main": "./script/mod.js",
"types": "./types/mod.d.ts",
"name": "shurley",
"version": "1.0.3",
"version": "1.0.4",
"description": "Validate or fix URLs from user input. People make mistakes!",
"license": "ISC",
"author": "Bruno Bernardino <me@brunobernardino.com>",
"keywords": [

@@ -22,2 +17,3 @@ "url",

],
"author": "Bruno Bernardino <me@brunobernardino.com>",
"repository": {

@@ -27,15 +23,12 @@ "type": "git",

},
"license": "ISC",
"bugs": {
"url": "https://github.com/BrunoBernardino/shurley/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": {
"types": "./types/mod.d.ts",
"default": "./esm/mod.js"
},
"require": {
"types": "./types/mod.d.ts",
"default": "./script/mod.js"
}
"import": "./esm/mod.js",
"require": "./script/mod.js"
}

@@ -47,6 +40,7 @@ },

"devDependencies": {
"@types/node": "^18.11.9",
"chalk": "^4.1.2",
"@deno/shim-deno": "~0.11.0"
}
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.17.0"
},
"_generatedBy": "dnt@0.39.0"
}

2

README.md

@@ -26,3 +26,3 @@ # Shurley

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

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

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