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

@cnamts/vue-dot

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnamts/vue-dot - npm Package Compare versions

Comparing version 2.0.0-alpha.26 to 2.0.0-alpha.27

4

package.json
{
"name": "@cnamts/vue-dot",
"version": "2.0.0-alpha.26",
"version": "2.0.0-alpha.27",
"description": "Official CNAM component library",

@@ -147,3 +147,3 @@ "keywords": [

},
"gitHead": "c06ed449b2d96ec60848c12ed32662705f9d1190"
"gitHead": "97cb2df7bd1580b16d84650ffd90d19c669ffd56"
}

@@ -5,3 +5,3 @@ import components from './components';

import { VueConstructor } from 'vue';
import VueDotPlugin from '../types';
import { VueDotPlugin } from '../types';

@@ -8,0 +8,0 @@ const VueDot: VueDotPlugin = {

@@ -25,6 +25,10 @@ import Vue, { PluginFunction } from 'vue';

export default interface VueDotPlugin {
declare const VueDot: VueDotPlugin;
export default VueDot;
export interface VueDotPlugin {
install: PluginFunction<VueDotOptions>;
}
// Export generic type
export type Refs<T extends object> = Vue['$refs'] & T;
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