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

forked

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forked - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.babelrc

27

package.json
{
"name": "forked",
"version": "0.0.1",
"version": "0.0.2",
"description": "fork from the command line",
"main": "index.js",
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "http://github.com/eanplatter/forked"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "babel index.js -d dist",
"dev": "nodemon --exec \"npm start --silent\" --watch index.js",
"prebuild": "rimraf dist",
"prestart": "npm run build --silent",
"start": "node dist/index.js"
},
"author": "Ean Platter <eanplatter@gmail.com> (eanplatter.github.io)",
"license": "ISC"
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"github": "^0.2.4",
"github-url-parse": "^0.1.0",
"rimraf": "^2.5.2",
"shelljs": "^0.6.0"
}
}
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