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

@financial-times/o-utils

Package Overview
Dependencies
Maintainers
18
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-utils - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

.eslintrc.js

12

browser.js

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

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