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

koatty_core

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_core - npm Package Compare versions

Comparing version 1.3.26 to 1.3.27

4

dist/Context.js

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

// metadata
Helper.define(context, "metadata", new Metadata_1.KoattyMetadata());
context.metadata = new Metadata_1.KoattyMetadata();
// getMetaData

@@ -68,3 +68,3 @@ Helper.define(context, "getMetaData", function (key) {

// metadata
Helper.define(context, "metadata", Metadata_1.KoattyMetadata.from(call.metadata.toJSON()));
context.metadata = Metadata_1.KoattyMetadata.from(call.metadata.toJSON());
if (context.call) {

@@ -71,0 +71,0 @@ let handler = {};

{
"name": "koatty_core",
"version": "1.3.26",
"version": "1.3.27",
"description": "Koatty framework core",

@@ -63,2 +63,2 @@ "scripts": {

}
}
}

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