New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitignore-templates

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitignore-templates - npm Package Compare versions

Comparing version

to
0.0.6

2

index.js
module.exports = function(name) {
return ret require('path').join(__dirname, `/gitignore/${name}.gitignore`);
return require('path').join(__dirname, `/gitignore/${name}.gitignore`);
}
{
"author": "Quinton Ashley",
"contributors": [
{
"name": "Quinton Ashley",
"email": "qashto@gmail.com"
}
],
"dependencies": {},
"description": "npm package for gitignore github templates",
"license": "CC0-1.0",
"maintainers": [
{
"name": "Quinton Ashley",
"email": "qashto@gmail.com"
}
],
"name": "gitignore-templates",
"repository": {
"type": "git",
"url": "https://github.com/quinton-ashley/gitignore-templates.git"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"version": "git add -A",
"postversion": "git push && npm publish"
},
"version": "0.0.5"
"author": "Quinton Ashley",
"contributors": [
{
"name": "Quinton Ashley",
"email": "qashto@gmail.com"
}
],
"dependencies": {},
"description": "npm package for gitignore github templates",
"license": "CC0-1.0",
"maintainers": [
{
"name": "Quinton Ashley",
"email": "qashto@gmail.com"
}
],
"name": "gitignore-templates",
"repository": {
"type": "git",
"url": "https://github.com/quinton-ashley/gitignore-templates.git"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "git add -A",
"version": "git add -A",
"postversion": "git push && npm publish"
},
"version": "0.0.6"
}