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.14 to 0.1.15

1

express/container.js

@@ -25,2 +25,3 @@ "use strict";

res.header("Access-Control-Expose-Headers", "Token");
res.header("Connection", "close");
next();

@@ -27,0 +28,0 @@ });

3

express/service.js

@@ -12,5 +12,2 @@ "use strict";

call.path = call.path.substring(call.path.indexOf(rsrc));
for (let p in call.queryStringParameters) {
call.queryStringParameters[p] = encodeURIComponent(call.queryStringParameters[p]);
}
let app = express();

@@ -17,0 +14,0 @@ // app.use(bodyParser.json());

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

@@ -50,5 +50,5 @@ "license": "MIT",

"@types/ms": "^0.7.30",
"@types/node": "^9.6.12",
"@types/node": "^9.6.14",
"@types/uuid": "^2.0.30",
"aws-sdk": "^2.234.1",
"aws-sdk": "^2.235.1",
"del": "^3.0.0",

@@ -55,0 +55,0 @@ "gulp": "^3.9.1",

Sorry, the diff of this file is not supported yet

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