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

vue-composable

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-composable - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

CHANGELOG.md

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

------------------------------
*2019-12-10*
### Fix
- Types: Allow passing `window` when using `useEvent`
## 0.2.0
------------------------------
*2019-11-03*

@@ -10,0 +17,0 @@

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export * from "./event/event";

@@ -0,0 +0,0 @@ import { Ref } from "@vue/composition-api";

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import { isRef, ref, onMounted, onUnmounted, computed, watch } from '@vue/composition-api';

@@ -0,0 +0,0 @@ (function (global, factory) {

@@ -0,0 +0,0 @@ (function (global, factory) {

@@ -0,0 +0,0 @@ export interface UseFetchOptions {

7

package.json
{
"name": "vue-composable",
"version": "0.2.0",
"version": "0.2.1",
"description": "Vue composition-api composable components",

@@ -37,2 +37,3 @@ "main": "index.js",

"@vue/composition-api": "^0.3.2",
"axios": "^0.19.0",
"vue": "^2.6.10"

@@ -49,4 +50,4 @@ },

"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"jest-websocket-mock": "^1.5.1",
"jest-junit": "^10.0.0",
"jest-websocket-mock": "^2.0.0",
"lodash.camelcase": "^4.3.0",

@@ -53,0 +54,0 @@ "mock-socket": "^9.0.2",

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