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

@nextcloud/dialogs

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/dialogs - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

6

CHANGELOG.md

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

## 1.4.0 - 2020-06-05
### Added
- Nextcloud 19 typings
### Changed
- Dependency updates
## 1.3.1 - 2020-05-27

@@ -7,0 +13,0 @@ ### Changed

2

lib/filepicker.ts
/// <reference types="@nextcloud/typings" />
declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC;
declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC;

@@ -5,0 +5,0 @@ export enum FilePickerType {

{
"name": "@nextcloud/dialogs",
"version": "1.3.1",
"version": "1.4.0",
"description": "",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/typings": "^0.1.4",
"@nextcloud/typings": "^0.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",

@@ -37,0 +37,0 @@ "typedoc": "^0.17.3",

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