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

@nextcloud/typings

Package Overview
Dependencies
Maintainers
8
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/typings - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## 1.4.2 – 2022-04-29
### Added
- Extract FilePickerFilter type to be available in v24 namespace
## 1.4.1 – 2022-04-27

@@ -7,0 +11,0 @@ ### Fixed

4

lib/v24/OC.d.ts
declare namespace Nextcloud.v24 {
type FilePickerFilter = (entry: Nextcloud.v19.FileInfo) => boolean
interface FilePickerOptions extends Nextcloud.v17.FilePickerOptions {
filter: (entry: Nextcloud.v19.FileInfo) => boolean
filter: FilePickerFilter
}

@@ -6,0 +8,0 @@

{
"name": "@nextcloud/typings",
"version": "1.4.1",
"version": "1.4.2",
"description": "Nextcloud TypeScript typings",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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