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

@friggframework/core

Package Overview
Dependencies
Maintainers
3
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friggframework/core - npm Package Compare versions

Comparing version 0.2.9-canary.9a593f4.0 to 0.2.9

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# v0.2.9 (Wed Dec 21 2022)
#### 🐛 Bug Fix
- Delegate now returns whatever the response is from the receiveNotific… [#80](https://github.com/friggframework/frigg/pull/80) ([@seanspeaks](https://github.com/seanspeaks))
- Delegate now returns whatever the response is from the receiveNotification function, if anything ([@seanspeaks](https://github.com/seanspeaks))
#### Authors: 1
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
---
# v0.2.8 (Tue Dec 06 2022)

@@ -2,0 +15,0 @@

2

Delegate.js

@@ -16,3 +16,3 @@ const { get } = require('@friggframework/assertions');

if (this.delegate) {
await this.delegate.receiveNotification(
return this.delegate.receiveNotification(
this,

@@ -19,0 +19,0 @@ delegateString,

{
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "0.2.9-canary.9a593f4.0",
"version": "0.2.9",
"devDependencies": {

@@ -32,3 +32,3 @@ "@friggframework/eslint-config": "^1.0.7",

"description": "",
"gitHead": "9a593f4af5589c4278edd460f9c81b82d6474b4a"
"gitHead": "a4d37c55af412a0f030c32f682a4b8606bdf557d"
}
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