New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mokylib

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mokylib

Moky SDK

latest
Source
npmnpm
Version
0.3.8
Version published
Maintainers
2
Created
Source

Moky

Installation

1. Install

yarn add mokylib
# or
npm i mokylib --save

2. Plug-in

import Moky from 'mokylib'

Vue.use(Moky)

new Vue({
  // your vue config
  mokySettings: new Moky(),
})

3. Use in your components

<template>
  <mokylib />
</template>

<script>
  export default {
    async created() {
      console.log(this.$moky);
    },
  };
</script>

Keywords

vue

FAQs

Package last updated on 11 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts