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

@marceloxp/getpackageinfo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marceloxp/getpackageinfo

Get basic info from package.json

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

getpackageinfo

Get basic info from package.json

npm version License: LGPL v3

Installation

yarn add getpackageinfo --dev

Usage

nodejs

const getpackageinfo = require('getpackageinfo');
const data = getpackageinfo.data();
console.log(data);

gulp

const getpackageinfo = require('getpackageinfo');

gulp.task
(
    'test',
    () =>
    {
        const data    = getpackageinfo.data();    // Package name, version, next (version)
        const name    = getpackageinfo.name();    // Package name
        const version = getpackageinfo.version(); // Package version
        const next    = getpackageinfo.next();    // Package next (version)
    }
);

FAQs

Package last updated on 19 Jul 2018

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