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

tyx

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tyx - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

core/base/security.js

@@ -151,3 +151,3 @@ "use strict";

}
if (ipAddress && decoded.ipaddr !== ipAddress)
if (decoded.role !== "Application" && ipAddress && decoded.ipaddr !== ipAddress)
throw new errors_1.Unauthorized(`Invalid request IP address`);

@@ -154,0 +154,0 @@ if (decoded.role !== "Application" && permission.roles[decoded.role] !== true)

{
"name": "tyx",
"description": "TyX Core Framework, Serverless back-end in TypeScript for AWS Lambda",
"version": "0.1.13",
"version": "0.1.14",
"private": false,

@@ -26,4 +26,3 @@ "license": "MIT",

"scripts": {
"package": "npx gulp package",
"publish": "cd build/package && npm publish"
"package": "npx gulp package"
},

@@ -30,0 +29,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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