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

itaditya

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itaditya - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

index.js

30

package.json
{
"name": "itaditya",
"version": "1.0.1",
"version": "1.1.0",
"description": "A personal card for Aditya Agarwal (@dev__adi)",
"main": "/bin/card.js",
"bin": {
"bitandbang": "./bin/card.js"
},
"main": "index.js",
"bin": "index.js",
"files": ["index.js"],
"scripts": {
"prepublish": "npm run build",
"build": "node build.js",
"dev": "npm run build && node ./bin/card.js",
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itaditya/itaditya.git"
},
"keywords": [

@@ -26,11 +25,10 @@ "card",

"license": "MIT",
"files": [
"bin/card.js",
"bin/output"
],
"bugs": {
"url": "https://github.com/itaditya/itaditya/issues"
},
"homepage": "https://github.com/itaditya/itaditya#readme",
"devDependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1",
"standard": "^12.0.1"
"chalk": "^2.4.2"
}
}
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