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

deep-core

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-core - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

5

lib.compiled/AWS/Lambda/Runtime.js

@@ -52,3 +52,2 @@ /**

this._fillDenyMissingUserContextOption();
this._fillUserContext();
}

@@ -69,7 +68,9 @@

value: function run(event, context) {
this._context = context;
this._addExceptionListener();
this._context = context;
this._request = new _Request.Request(event);
this._fillUserContext();
if (!this._loggedUserId && this._forceUserIdentity) {

@@ -76,0 +77,0 @@ throw new _ExceptionMissingUserContextException.MissingUserContextException();

2

package.json
{
"name": "deep-core",
"version": "1.0.7",
"version": "1.0.8",
"description": "DEEP Core Library",

@@ -5,0 +5,0 @@ "keywords": [

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