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.3 to 0.1.4

6

core/container/instance.js

@@ -354,8 +354,6 @@ "use strict";

continue;
let serviceId = this._application + ":" + target.service;
// let service = this._services[serviceId];
call.application = this._application;
call.service = target.service;
call.method = target.method;
let permissionId = serviceId + "." + call.method;
let permissionId = call.service + "." + call.method;
let permission = permissionId && this._metadata.permissions[permissionId];

@@ -420,3 +418,3 @@ if (permission == null)

call.method = target.method;
let permissionId = target.service + "." + call.method;
let permissionId = call.service + "." + call.method;
let permission = permissionId && this._metadata.permissions[permissionId];

@@ -423,0 +421,0 @@ if (permission == null)

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

@@ -6,0 +6,0 @@ "license": "MIT",

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