@matchlighter/common_library
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -8,3 +8,3 @@ import _ from 'underscore'; | ||
}; | ||
export declare const throttle: (time: number, options: _.ThrottleSettings) => (target: any, propertyKey: string | symbol, descriptor: PropertyDescriptor) => { | ||
export declare const throttle: (time: number, options?: _.ThrottleSettings) => (target: any, propertyKey: string | symbol, descriptor: PropertyDescriptor) => { | ||
configurable: any; | ||
@@ -11,0 +11,0 @@ enumerable: any; |
@@ -8,3 +8,3 @@ import _ from 'underscore'; | ||
}; | ||
export declare const throttle: (time: number, options: _.ThrottleSettings) => (target: any, propertyKey: string | symbol, descriptor: PropertyDescriptor) => { | ||
export declare const throttle: (time: number, options?: _.ThrottleSettings) => (target: any, propertyKey: string | symbol, descriptor: PropertyDescriptor) => { | ||
configurable: any; | ||
@@ -11,0 +11,0 @@ enumerable: any; |
{ | ||
"name": "@matchlighter/common_library", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Shared Functions, Helpers, Patterns & Utilities for Apps and Libraries", | ||
@@ -37,2 +37,7 @@ "author": "Matchlighter", | ||
"dependencies": { | ||
"@types/jsonpath": "^0.2.0", | ||
"@types/node": "^13.7.4", | ||
"@types/react": "^16.9.2", | ||
"@types/react-router": "^5.1.5", | ||
"@types/underscore": "^1.11.2", | ||
"classnames": "^2.2.6", | ||
@@ -47,7 +52,2 @@ "jsonpath": "^1.0.2", | ||
"@types/jest": "^24.0.18", | ||
"@types/jsonpath": "^0.2.0", | ||
"@types/node": "^13.7.4", | ||
"@types/react": "^16.9.2", | ||
"@types/react-router": "^5.1.5", | ||
"@types/underscore": "^1.11.2", | ||
"babel-plugin-macros": "^2.8.0", | ||
@@ -54,0 +54,0 @@ "babel-plugin-tester": "^10.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
307736
16
254
4893
12
+ Added@types/jsonpath@^0.2.0
+ Added@types/node@^13.7.4
+ Added@types/react@^16.9.2
+ Added@types/react-router@^5.1.5
+ Added@types/underscore@^1.11.2
+ Added@types/history@4.7.11(transitive)
+ Added@types/jsonpath@0.2.4(transitive)
+ Added@types/node@13.13.52(transitive)
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@16.14.62(transitive)
+ Added@types/react-router@5.1.20(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Added@types/underscore@1.13.0(transitive)
+ Addedcsstype@3.1.3(transitive)