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

radweb

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radweb - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

2

package.json
{
"name": "radweb",
"version": "1.1.22",
"version": "1.1.23",
"description": "radweb",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -102,3 +102,3 @@ "use strict";

if (_this.settings.setCurrentRow && _this.settings.settings.confirmDelete) {
_this.settings.settings.confirmDelete(function () { return _this.catchErrors(r.delete(), r); });
_this.settings.settings.confirmDelete(r, function () { return _this.catchErrors(r.delete(), r); });
}

@@ -105,0 +105,0 @@ else

@@ -105,3 +105,3 @@ import { DataColumnSettings, FilterBase, ColumnValueProvider, FindOptionsPerEntity, RowEvents, DataProvider, DataProviderFactory, FilterConsumer, ColumnStorage, EntitySourceFindOptions } from './dataInterfaces1';

hideDataArea?: boolean;
confirmDelete?: (yes: () => void) => void;
confirmDelete?: (r: rowType, yes: () => void) => void;
columnSettings?: (row: rowType) => ColumnSetting<rowType>[];

@@ -108,0 +108,0 @@ areas?: {

Sorry, the diff of this file is not supported yet

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