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

@smart-moov/plugin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smart-moov/plugin - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

9

dist/ApplicationsPlugin.js

@@ -30,2 +30,11 @@ "use strict";

/**
* Returns the campaign configuration for ATS synchronization
* @returns object
*/
getApplicationsCampaignConfiguration() {
return {};
}
/**
* Handles a new application to an organization

@@ -32,0 +41,0 @@ *

2

package.json
{
"name": "@smart-moov/plugin",
"description": "Base for Smart Moov plugins, available in the Smart Moov Marketplace",
"version": "1.0.3",
"version": "1.1.0",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "repository": "git@github.com:smart-moov/plugin.git",

@@ -18,2 +18,10 @@ import Plugin from './Plugin'

/**
* Returns the campaign configuration for ATS synchronization
* @returns object
*/
getApplicationsCampaignConfiguration () {
return {}
}
/**
* Handles a new application to an organization

@@ -20,0 +28,0 @@ *

Sorry, the diff of this file is not supported yet

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