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

@befaas/lib

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@befaas/lib - npm Package Compare versions

Comparing version 8.7.1 to 8.7.2

4

.generated-go-semantic-release-changelog.md

@@ -1,6 +0,6 @@

## 8.7.1 (2022-04-25)
## 8.7.2 (2022-04-25)
#### Bug Fixes
* get 'Value' (facf36ad)
* just .Value (3ff352cc)

@@ -50,3 +50,3 @@ {

},
"version": "8.7.1"
"version": "8.7.2"
}

@@ -61,4 +61,4 @@ const _ = require('lodash')

console.log("eventEntry: \n" + JSON.stringify(event, null, 2));
const contextId = event.Records[0].Sns.MessageAttributes.contextId.get('Value') || helper.generateRandomID()
const xPair = event.Records[0].Sns.MessageAttributes.xPair.get('Value') || 'undefined-x-pair'
const contextId = event.Records[0].Sns.MessageAttributes.contextId.Value || helper.generateRandomID()
const xPair = event.Records[0].Sns.MessageAttributes.xPair.Value || 'undefined-x-pair'

@@ -65,0 +65,0 @@ ctx.contextId = contextId

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