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

@nextcloud/capabilities

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/capabilities - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

10

lib/index.ts

@@ -7,8 +7,8 @@ import { loadState } from '@nextcloud/initial-state'

} catch (error) {
console.debug('Could not find capabilities initial state fall back to _oc_capabilities')
if (!('_oc_capabilities' in window)) {
throw Error('Could not locate capabilities')
}
return window['_oc_capabilities']
console.debug('Could not find capabilities initial state fall back to _oc_capabilities')
if (!('_oc_capabilities' in window)) {
throw Error('Could not locate capabilities')
}
return window['_oc_capabilities']
}
}
{
"name": "@nextcloud/capabilities",
"version": "0.0.1",
"version": "1.0.0",
"description": "",

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