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

stub-azure-function-context

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stub-azure-function-context - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "stub-azure-function-context",
"version": "1.0.1",
"version": "1.0.2",
"description": "Provides an object similar to Function Runtime's context for use in unit testing",

@@ -5,0 +5,0 @@ "main": "stub-azure-function-context.js",

@@ -43,6 +43,6 @@ 'use strict';

if (triggers === undefined) {
triggers = deepCopy(defaultTriggers);
triggers = deepCopy(defaultTriggers); // eslint-disable-line no-param-reassign
}
if (outputs === undefined) {
outputs = deepCopy(defaultOutputs);
outputs = deepCopy(defaultOutputs); // eslint-disable-line no-param-reassign
}

@@ -49,0 +49,0 @@ return new Promise((resolve, reject) => {

@@ -88,5 +88,5 @@ 'use strict';

context.done();
})
});
});
});
});
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