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

bo_npmdemo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

bo_npmdemo

测试发布 npm 包

unpublished
latest
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source

create test project to publish in the npm.reg

npm publish

  • npm init --yes

  • vi index.js & wq:

  • edit index.js ; example:

      exports.printLog = function(){
          console.log("thih is test");
      }
    
  • the file .gitignoreto ignore some dir or file

  • npm publish publish this module

using

const Log = require("bo_npmdemo");

Log.printLog();

start

node index.js

Keywords

test

FAQs

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