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
5
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.577 to 1.0.578

20

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

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

/**
* To enable feature to resolve comments
*/
public enableResolve: () => any;
/**
* To disable feature to resolve comments
*/
public disableResolve: () => any;
/**
* To enable feature to show ghost comments

@@ -389,2 +399,12 @@ */

/**
* To enable feature to resolve comments
*/
private _enableResolve;
/**
* To disable feature to resolve comments
*/
private _disableResolve;
/**
* To enable feature to show ghost comments

@@ -391,0 +411,0 @@ */

2

package.json
{
"name": "@snippyly/sdk-staging",
"version": "1.0.577",
"version": "1.0.578",
"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