Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.1 to 2.1.0

.prettierrc.toml

7

CHANGELOG.md
# Changelog
## [2.1.0](https://www.github.com/Financial-Times/origami/compare/o-utils-v2.0.1...o-utils-v2.1.0) (2021-11-24)
### Features
* allow npm 8 in engines config ([eeb1cae](https://www.github.com/Financial-Times/origami/commit/eeb1cae6e7f0379e647f2b41240b1f294997d528))
### [2.0.1](https://www.github.com/Financial-Times/origami/compare/o-utils-v2.0.0...o-utils-v2.0.1) (2021-09-21)

@@ -4,0 +11,0 @@

8

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "2.0.1",
"version": "2.1.0",
"description": "Provides JS helper functions, such as throttling and debouncing",

@@ -19,6 +19,5 @@ "keywords": [

"engines": {
"npm": "^7"
"npm": "^7 || ^8"
},
"scripts": {
"lint": "echo Skipping lint: not configured",
"test": "mocha test"

@@ -29,3 +28,4 @@ },

"npm": "7.11.1"
}
},
"private": false
}
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