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

billy

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

billy - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.jshintrc

41

package.json
{
"name": "billy",
"version": "0.0.0"
"version": "0.1.0",
"description": "A minimal application harness that stays out of your way and out of your code.",
"author": {
"name": "Brandon Valosek",
"email": "bvalosek@gmail.com",
"url": "http://brandon.is/awesome"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"main": "index.js",
"license": "MIT",
"devDependencies": {
"tape": "~2.3.2"
},
"repository": {
"type": "git",
"url": "git@github.com:bvalosek/billy.git"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/28..canary",
"firefox/23..nightly",
"safari/5.1..latest",
"opera/latest",
"opera/next",
"iphone/latest",
"ipad/latest",
"android-browser/latest"
]
},
"dependencies": {
"es6-promise": "^0.1.1",
"sack": "^2.0.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