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

insertcharacter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insertcharacter

Insert Character on Input and Texarea

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

InsertCharacter

Insert Character in the middle of the string in Textarea or Input box

Publishing NPM Package

  • Create & PUsh Git Tag:

    git tag v1.1.2 git push origin --tags

  • Login to Npm

    npm login
    userename: r******
    password: ***
    email: sam***.***.*****@****.com
    

    To Verify if Logged in:

    npm whoami 
    
  • Modify the tag version on package.json as below:

    {
      "name": "insertcharacter",
      "version": "1.0.0",
      ...
    }
    
  • Publish the package in npm js

    npm publish 
    
    

Installation of this package

npm install insertcharacter

Usage of this package

let insertcharacter = require('insertcharacter');

insertcharacter(this, 'nameOfTextArea);

FAQs

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