🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@wiredcraft/oam

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiredcraft/oam

Omni Analytics Manager

latest
npmnpm
Version
0.0.3
Version published
Maintainers
7
Created
Source

Omni-analytics-manager

How to install

The base library should greater than 2.2.1

  • # npm init // Skip this step if you already have package.json
  • $ npm install @wiredcraft/oam --production
  • In WeChat Developer Tool, Tools -> build npm
  • In WeChat Developer Tool, Details -> check Use NPM module

How to setup

Copy the following code at the beginning of the file app.js

const oam = require('@wiredcraft/oam')
oam({
  url: 'theAPIUrl'
})

App({
  ...
})

FAQs

Package last updated on 26 Aug 2019

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