New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snippyly/sdk-staging

Package Overview
Dependencies
Maintainers
3
Versions
600
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snippyly/sdk-staging - npm Package Compare versions

Comparing version 1.0.595 to 1.0.596

20

app/models/element/comment-element.model.d.ts

@@ -225,2 +225,12 @@ // @ts-nocheck

public disableAutoCategorize: () => any;
/**
* To enable suggestion mode
*/
public enableSuggestionMode: () => any;
/**
* To disable suggestion mode
*/
public disableSuggestionMode: () => any;
constructor();

@@ -447,2 +457,12 @@ /**

private _disableAutoCategorize;
/**
* To enable suggestion mode
*/
private _enableSuggestionMode;
/**
* To disable suggestion mode
*/
private _disableSuggestionMode;
}

4

app/utils/constants.d.ts

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

import { CustomPriorityMap, CustomStatusMap } from "../models/data/custom-filter.data.model";
import { CustomPriorityMap, CustomStatus, CustomStatusMap } from "../models/data/custom-filter.data.model";
import { UserRole } from "../models/data/user-role.data.model";

@@ -204,2 +204,4 @@ export declare class Constants {

static CommentAnnotationStatusMap: CustomStatusMap;
static CommentAcceptStatus: CustomStatus;
static CommentRejectStatus: CustomStatus;
static CommentAnnotationPriorityMap: CustomPriorityMap;

@@ -206,0 +208,0 @@ static WorkspaceRoles: Array<UserRole>;

@@ -11,3 +11,5 @@ export declare enum CommentStatus {

STATUS_CHANGED = "statusChanged",
PRIORITY_CHANGED = "priorityChanged"
PRIORITY_CHANGED = "priorityChanged",
ACCEPTED = "accepted",
REJECTED = "rejected"
}

@@ -24,3 +26,5 @@ export declare enum CommentAction {

CHANGE_STATUS = "changeStatus",
CHANGE_PRIORITY = "changePriority"
CHANGE_PRIORITY = "changePriority",
ACCEPT = "accept",
REJECT = "reject"
}

@@ -27,0 +31,0 @@ export declare enum TagStatus {

{
"name": "@snippyly/sdk-staging",
"version": "1.0.595",
"version": "1.0.596",
"description": "",

@@ -5,0 +5,0 @@ "main": "snippyly.js",

Sorry, the diff of this file is too big to display

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