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

@friggframework/core

Package Overview
Dependencies
Maintainers
2
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.1.1 to 0.1.2

1

objects/association/Association.js

@@ -17,3 +17,2 @@ const md5 = require('md5');

constructor(params) {
super(params);
this.data = {};

@@ -20,0 +19,0 @@

@@ -9,4 +9,2 @@ const ModuleManager = require('../../managers/ModuleManager');

constructor(params) {
super(params);
this.module = getAndVerifyType(params, 'module', ModuleManager);

@@ -13,0 +11,0 @@ this.integrations = getAndVerifyType(

@@ -6,4 +6,2 @@ const IntegrationManager = require('../../managers/IntegrationManager');

constructor(params) {
super(params);
this.integrationManager = getAndVerifyType(

@@ -10,0 +8,0 @@ params,

@@ -33,3 +33,2 @@ const md5 = require('md5');

constructor(params) {
super(params);
this.data = {};

@@ -36,0 +35,0 @@

2

package.json
{
"name": "@friggframework/core",
"prettier": "@friggframework/prettier-config",
"version": "0.1.1",
"version": "0.1.2",
"devDependencies": {

@@ -6,0 +6,0 @@ "@friggframework/eslint-config": "^1.0.0",

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