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.3 to 1.0.4

Notes.md

58

package.json
{
"name": "readme-inject",
"version": "1.0.3",
"description": "Inject markdown into your readme file",
"version": "1.0.4",
"main": "index.js",
"license": "MIT",
"description": "Inject markdown snippets into your readme",
"scripts": {
"test": "tap -R spec src/test/*.js",
"pub": "npm publish && npm run push",
"push": "git add --all && git commit && git push -u origin master"
"babel": "babel src -d lib",
"test": "ava lib/test/*.js",
"readme": "standard-readme",
"lint": "eslint"
},

@@ -17,12 +19,50 @@ "repository": {

"readme-inject",
"inject-readme",
"readme",
"inject"
"inject",
"inject-markdown",
"append-markdown",
"append-readme",
"markdown",
"md"
],
"author": "mrzmmr",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrzmmr/readme-inject/issues"
},
"homepage": "https://github.com/mrzmmr/readme-inject#readme"
"homepage": "https://github.com/mrzmmr/readme-inject#readme",
"eslintConfig": {
"env": {
"node": true
},
"extends": "standard",
"plugins": [
"standard",
"promise"
]
},
"babel": {
"presets": [
"env"
]
},
"ava": {
"files": [
"lib/test/*.js"
],
"failFast": true,
"tap": true,
"babel": "inherit"
},
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.1.8",
"babili": "0.0.10",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"standard-readme": "^1.0.26"
}
}

@@ -1,2 +0,2 @@

![banner](./src/img/banner.png)
![banner](src/img/banner.png)
===

@@ -15,2 +15,3 @@

- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

@@ -28,4 +29,8 @@

## Contribute
PRs accepted.
## License
MIT © mrzmmr
.eslintrc

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