@nextcloud/capabilities
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,20 +5,4 @@ # Changelog | ||
## 1.2.3 - 2020-04-06 | ||
### Changed | ||
- Dependency updates | ||
### Fixed | ||
- Update vulnerable packages | ||
## 1.2.2 - 2020-03-19 | ||
### Changed | ||
- Dependency updates | ||
### Fixed | ||
- Update vulnerable packages | ||
## 1.2.1 - 2020-01-10 | ||
### Fixed | ||
- Bug in @nextcloud/event-bus dependency | ||
## 1.2.0 - 2020-01-07 | ||
### Changed | ||
- Updated dependencies | ||
## 1.0.0 - 2020-05-18 | ||
### Added | ||
- Initial release for the first version |
@@ -9,3 +9,3 @@ import { loadState } from '@nextcloud/initial-state' | ||
if (!('_oc_capabilities' in window)) { | ||
throw Error('Could not locate capabilities') | ||
return {} | ||
} | ||
@@ -12,0 +12,0 @@ return window['_oc_capabilities'] |
{ | ||
"name": "@nextcloud/capabilities", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39117
10