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

@fluyappgo/commons-backend

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons-backend - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

build/exceptions/missingToken.exception.d.ts

2

build/exceptions/index.d.ts

@@ -14,1 +14,3 @@ export * from './AuthenticationTokenMissingException';

export * from './WrongRoomException';
export * from './missingToken.exception';
export * from './wrongAuth.exception';

@@ -26,1 +26,3 @@ "use strict";

__exportStar(require("./WrongRoomException"), exports);
__exportStar(require("./missingToken.exception"), exports);
__exportStar(require("./wrongAuth.exception"), exports);
export * from './controller.interface';
export * from './requesWithUser.interface';
export * from './userjwt.interface';
export * from './token.interface';

@@ -15,1 +15,3 @@ "use strict";

__exportStar(require("./requesWithUser.interface"), exports);
__exportStar(require("./userjwt.interface"), exports);
__exportStar(require("./token.interface"), exports);

5

package.json
{
"name": "@fluyappgo/commons-backend",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -20,3 +20,5 @@ "main": "./build/index.js",

"devDependencies": {
"@types/cookie-session": "^2.0.43",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.6",
"del-cli": "^3.0.1",

@@ -28,4 +30,5 @@ "typescript": "^4.1.3"

"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.33"
}
}
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