Socket
Socket
Sign inDemoInstall

bondjs

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bondjs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

6

CHANGELOG.md
1.0.0
=====
Published as 1.0.0!
- Published as 1.0.0!
- moved library to `lib/bond.js`
{
"name": "bondjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "simple js stub/spy library",
"repository": {
"type": "git",
"url": "git://github.com/EndangeredMassa/bond"
},
"main": "lib/bond.js",
"author": "Sean Massa <endangeredmassa@gmail.com>",
"scripts": {
"compile": "./node_modules/.bin/coffee --js <bond.coffee >lib/bond.js",
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script-redux/register --reporter spec --colors test.coffee"
},
"devDependencies": {
"mocha": "~1.6.0",
"coffee-script-redux" : "~2.0.0"
"coffee-script-redux": "~2.0.0"
}
}
bond: the simple stub/spy javascript library
===
[![David](https://david-dm.org/EndangeredMassa/bond.png)](https://david-dm.org/EndangeredMassa/bond)
![build status](https://travis-ci.org/EndangeredMassa/bond.png)
bond only provides stubbing and spy functionality. For test running and assertions, you will need to use other libraries.

@@ -58,2 +61,2 @@

MIT
[MIT](LICENSE)
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