Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

effector-vue

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effector-vue - npm Package Compare versions

Comparing version 20.2.0 to 20.2.1

2

index.d.ts

@@ -13,3 +13,3 @@ import Vue, {ComponentOptions, WatchOptions, VueConstructor} from 'vue'

interface ComponentOptions<V extends Vue> {
effector?: (this: V) => Store<any>
effector?: (this: V) => Store<any> | {[field: string]: Store<any>}
}

@@ -16,0 +16,0 @@ }

{
"name": "effector-vue",
"version": "20.2.0",
"version": "20.2.1",
"description": "Vue bindings for effector",

@@ -5,0 +5,0 @@ "main": "effector-vue.cjs.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