@financial-times/o-utils
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -23,7 +23,7 @@ "use strict"; | ||
function debounce(func, wait) { | ||
let timeout; | ||
var timeout; | ||
return function () { | ||
const args = arguments; | ||
var args = arguments; | ||
const later = () => { | ||
var later = () => { | ||
timeout = null; | ||
@@ -52,3 +52,3 @@ func.apply(this, args); | ||
function throttle(func, wait) { | ||
let timeout; | ||
var timeout; | ||
return function () { | ||
@@ -59,5 +59,5 @@ if (timeout) { | ||
const args = arguments; | ||
var args = arguments; | ||
const later = () => { | ||
var later = () => { | ||
timeout = null; | ||
@@ -64,0 +64,0 @@ func.apply(this, args); |
@@ -10,3 +10,3 @@ { | ||
"email": "origami.support@ft.com", | ||
"slack": "financialtimes/ft-origami" | ||
"slack": "financialtimes/origami-support" | ||
}, | ||
@@ -13,0 +13,0 @@ "supportStatus": "active", |
@@ -12,2 +12,4 @@ { | ||
"*.json", | ||
"*.js", | ||
"!main.js", | ||
"scss", | ||
@@ -27,7 +29,14 @@ "!bower.json", | ||
"name": "@financial-times/o-utils", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"dependencies": {}, | ||
"component": "o-utils", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Financial-Times/o-utils.git" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"eslint-config-origami-component": "^2.0.1", | ||
"origami-ci-tools": "^1.0.0" | ||
} | ||
} |
@@ -34,3 +34,3 @@ # o-utils [![Build Status](https://circleci.com/gh/Financial-Times/o-utils.png?style=shield)](https://circleci.com/gh/Financial-Times/o-utils) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence) | ||
If you have any questions or comments about this component, or need help using it, please either [raise an issue](https://github.com/Financial-Times/o-utils/issues), visit [#ft-origami](https://financialtimes.slack.com/messages/ft-origami/) or email [Origami Support](mailto:origami-support@ft.com). | ||
If you have any questions or comments about this component, or need help using it, please either [raise an issue](https://github.com/Financial-Times/o-utils/issues), visit [#origami-support](https://financialtimes.slack.com/messages/origami-support/) or email [Origami Support](mailto:origami-support@ft.com). | ||
@@ -37,0 +37,0 @@ ---- |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3701
5
75
0
2