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

@remusao/guess-url-type

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remusao/guess-url-type - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

dist/commonjs/extensions/documents.d.ts

24

CHANGELOG.md

@@ -0,1 +1,25 @@

# v1.3.0 (Thu Jul 11 2024)
#### :rocket: New Feature
- Modernize codebase [#835](https://github.com/remusao/mono/pull/835) ([@chrmod](https://github.com/chrmod))
#### :bug: Bug Fix
- CI: fix publishing [#838](https://github.com/remusao/mono/pull/838) ([@chrmod](https://github.com/chrmod))
#### :nut_and_bolt: Dependencies
- Bump @types/mocha from 8.2.2 to 9.1.1 [#655](https://github.com/remusao/mono/pull/655) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump mocha from 8.4.0 to 9.0.0 [#476](https://github.com/remusao/mono/pull/476) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- Bump ts-node from 9.1.1 to 10.0.0 [#469](https://github.com/remusao/mono/pull/469) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
#### Authors: 3
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- [@dependabot[bot]](https://github.com/dependabot[bot])
- Krzysztof Modras ([@chrmod](https://github.com/chrmod))
---
# v1.2.1 (Tue Nov 03 2020)

@@ -2,0 +26,0 @@

51

package.json
{
"name": "@remusao/guess-url-type",
"version": "1.2.1",
"version": "1.3.0",
"description": "Guess type of resource based on its URL",

@@ -8,5 +8,25 @@ "author": "Rémi Berson <remi@cliqz.com>",

"license": "MPL-2.0",
"main": "dist/cjs/index.js",
"module": "dist/es6/index.js",
"types": "dist/types/index.d.ts",
"type": "module",
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.js"
}
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
}
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"module": "./dist/esm/index.js",
"files": [

@@ -16,2 +36,3 @@ "dist"

"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"

@@ -25,10 +46,6 @@ },

"scripts": {
"clean": "rimraf dist coverage",
"clean": "rimraf dist coverage .nyc_output .tshy .tshy-build",
"lint": "tslint --config ../../tslint.json --project ./tsconfig.json",
"build": "tsc --build ./tsconfig.json",
"watch": "tsc --build ./tsconfig.json --watch",
"bundle": "tsc --build ./tsconfig.bundle.json",
"prebundle": "yarn build",
"prepack": "yarn run bundle",
"test": "nyc mocha --config ../../.mocharc.js"
"build": "tshy",
"test": "nyc mocha"
},

@@ -40,13 +57,15 @@ "bugs": {

"@types/chai": "^4.2.8",
"@types/mocha": "^8.0.0",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"mocha": "^10.6.0",
"nyc": "^15.0.0",
"rimraf": "^3.0.0",
"ts-node": "^9.0.0",
"ts-node": "^10.0.0",
"tshy": "^3.0.2",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.2"
"typescript": "5.5.2"
},
"gitHead": "399e0a86376ea8ec011207161ab5b37bcb4e27fe"
"gitHead": "275e1e6498e21d8fd0bda4299577bcd2af28a7ee"
}
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