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

forcedomain

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forcedomain - npm Package Compare versions

Comparing version 2.2.10 to 2.2.11

.npmpackagejsonlintrc.json

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.2.11](https://github.com/thenativeweb/forcedomain/compare/2.2.10...2.2.11) (2021-08-24)
### Bug Fixes
* remove engine constraint, add exclude to tsconfig.json ([#183](https://github.com/thenativeweb/forcedomain/issues/183)) ([fe3980a](https://github.com/thenativeweb/forcedomain/commit/fe3980a7524f6288e417234c21a70fe875a94de8))
## [2.2.10](https://github.com/thenativeweb/forcedomain/compare/2.2.9...2.2.10) (2021-08-16)

@@ -2,0 +9,0 @@

10

package.json
{
"name": "forcedomain",
"version": "2.2.10",
"version": "2.2.11",
"description": "forcedomain is a middleware for Connect and Express that redirects any requests to a default domain.",

@@ -51,2 +51,3 @@ "contributors": [

],
"private": false,
"main": "build/lib/forceDomain.js",

@@ -60,7 +61,8 @@ "types": "build/lib/forceDomain.d.ts",

"@types/supertest": "2.0.11",
"assertthat": "6.3.12",
"roboter": "11.7.8",
"assertthat": "6.3.13",
"roboter": "12.1.2",
"semantic-release-configuration": "2.0.5",
"supertest": "6.1.4"
"supertest": "6.1.6"
},
"scripts": {},
"repository": {

@@ -67,0 +69,0 @@ "type": "git",

3

tsconfig.json

@@ -15,3 +15,6 @@ {

"./**/*.ts"
],
"exclude": [
"./build"
]
}
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