🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@magisterjs/authcode

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magisterjs/authcode

a little code required by magisterjs

1.31.0
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

magisterjs-authcode

This package contains the authentication code used by magister.js. The code can be used by installing it with npm or requested through HTTP.

npm install @magisterjs/authcode

import authCode from '@magisterjs/authcode'

console.log(authCode);
const request = require('request');

request('https://raw.githubusercontent.com/simplyGits/magisterjs-authcode/master/code.json', { json: true }, (err, res, code) => {
  if (err) {
    console.error(err);
  } else {
    console.log(code);
  }
});

FAQs

Package last updated on 18 Sep 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