Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

readme-inject

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readme-inject - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/img/banner.png

8

package.json
{
"name": "readme-inject",
"version": "1.0.0",
"version": "1.0.1",
"description": "Inject markdown into your readme file",
"main": "index.js",
"scripts": {
"test": "tap -R spec test/*.js"
"test": "tap -R spec src/test/*.js"
},

@@ -15,5 +15,5 @@ "repository": {

"readme-inject",
"inject-readme",
"readme",
"inject",
"inject-readme"
"inject"
],

@@ -20,0 +20,0 @@ "author": "mrzmmr",

@@ -1,5 +0,4 @@

# readme-inject
![banner](./src/img/banner.png)
===
![banner]()
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

@@ -14,2 +13,3 @@ TODO: Put more badges here.

- [Background](#background)
- [Install](#install)

@@ -22,3 +22,8 @@ - [Usage](#usage)

```sh
$ npm i [ -g | -S | -D ] readme-inject
```
```sh
$ yarn add readme-inject
```

@@ -28,13 +33,8 @@

```sh
$ readme-inject --before Install '# Description'
```
```
## Contribute
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © mrzmmr

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc