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

ids-enterprise-typings

Package Overview
Dependencies
Maintainers
2
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-enterprise-typings - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0-dev.20201222

11

lib/lookup/soho-lookup.d.ts

@@ -12,5 +12,11 @@ /**

/** Custom clear event; can be used with a modal dialog and custom list component */
clear?: SohoLookupClearFunction;
/** If a click method is defined, this flexible object can be passed in. */
clickArguments?: any;
/** If a clear method is defined, this flexible object can be passed in. */
clearArguments?: any;
/** Field to return from the array or can be a function. */

@@ -90,2 +96,7 @@ field?: string | SohoLookupFieldFunction;

type SohoLookupClearFunction = (
e: JQuery.TriggeredEvent,
lookup: SohoLookupStatic
) => void;
type SohoLookupFieldFunction = (

@@ -92,0 +103,0 @@ /** This row? or Cell? */

2

package.json
{
"name": "ids-enterprise-typings",
"slug": "ids-enterprise-typings",
"version": "9.0.0",
"version": "9.1.0-dev.20201222",
"declaration": true,

@@ -6,0 +6,0 @@ "types": "index.d.ts",

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