Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@matchlighter/common_library

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matchlighter/common_library - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

cjs/data/config.d.ts

2

cjs/decorators/debounce.d.ts

@@ -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

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