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.13-canary.143.04e6974.0 to 0.2.13-canary.599e990.0

4

Delegate.js

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

constructor(params) {
this.delegate = get(params, 'delegate', null);
this.delegateTypes = [];
this.delegate = get(params, 'delegate', this);
this.delegateTypes = get(params, 'events', []);
}

@@ -9,0 +9,0 @@

{
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "0.2.13-canary.143.04e6974.0",
"version": "0.2.13-canary.599e990.0",
"devDependencies": {
"@friggframework/eslint-config": "1.0.9-canary.143.04e6974.0",
"@friggframework/eslint-config": "^1.0.8",
"eslint": "^8.22.0",

@@ -27,4 +27,4 @@ "jest": "^28.1.3",

"dependencies": {
"@friggframework/assertions": "1.0.9-canary.143.04e6974.0",
"@friggframework/errors": "1.1.7-canary.143.04e6974.0",
"@friggframework/assertions": "^1.0.8",
"@friggframework/errors": "^1.1.6",
"aws-sdk": "^2.1200.0",

@@ -36,3 +36,3 @@ "lodash": "^4.17.21",

"description": "",
"gitHead": "04e6974da8d19972f8b4124d2bcb0f4f8e720bca"
"gitHead": "599e99041e865efa26576d166e68540c790b8920"
}
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