Socket
Socket
Sign inDemoInstall

@cpany/app

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cpany/app - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

dist/assets/Codeforces.214e8113.js

4

package.json
{
"name": "@cpany/app",
"version": "0.0.16",
"version": "0.0.17",
"description": "CPany web app",

@@ -12,3 +12,3 @@ "repository": {

"dependencies": {
"@cpany/types": "0.0.16",
"@cpany/types": "0.0.17",
"vue": "^3.1.4",

@@ -15,0 +15,0 @@ "vue-router": "4"

import Progress from './progress.vue';
import { inject } from 'vue';
import type { Ref } from 'vue';
export { Progress };
export function useGlobalLoading() {
const loading = inject<Ref<boolean>>('loading');
return {
start() {
loading!.value = true;
},
end() {
loading!.value = false;
}
};
}

Sorry, the diff of this file is not supported yet

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