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

@voidwalkers/void-functions

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voidwalkers/void-functions - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "@voidwalkers/void-functions",
"version": "0.1.6",
"version": "0.1.7",
"description": "Functions for Void Walkers Void",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -1,2 +0,8 @@

import {FunctionSystemRole, FunctionTriggerEvent, FunctionTriggerSubject, FunctionType} from '#src/lib/constants.js';
import {
FunctionSystemRole,
FunctionTriggerEvent,
FunctionTriggerSubject,
FunctionType,
ProjectUserCredentialsType
} from '#src/lib/constants.js';

@@ -25,2 +31,2 @@ let registerHandler = null;

export {FunctionSystemRole, FunctionTriggerEvent, FunctionTriggerSubject};
export {FunctionSystemRole, FunctionTriggerEvent, FunctionTriggerSubject, ProjectUserCredentialsType};

@@ -23,1 +23,5 @@ export const FunctionSystemRole = {

};
export const ProjectUserCredentialsType = {
Custom: 'custom'
};
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