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

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.1 to 1.1.0

3

package.json
{
"name": "bondjs",
"version": "1.0.1",
"version": "1.1.0",
"description": "simple js stub/spy library",
"license": "MIT",
"repository": {

@@ -6,0 +7,0 @@ "type": "git",

@@ -1,3 +0,5 @@

bond: the simple stub/spy javascript library
===
# bond
_the simple stub/spy javascript library_
[![David](https://david-dm.org/EndangeredMassa/bond.png)](https://david-dm.org/EndangeredMassa/bond)

@@ -7,7 +9,12 @@

bond only provides stubbing and spy functionality. For test running and assertions, you will need to use other libraries.
bond only provides stubbing and spy functionality.
For test running and assertions,
you will need to use other libraries.
bond api
====
Keep up to date with changes
by checking the
[releases](https://github.com/endangeredmassa/bond/releases).
## bond api
`bond(object, 'propertyOrMethodName')` returns the bond api

@@ -29,4 +36,3 @@

bond spies
====
### bond spies

@@ -39,4 +45,3 @@ `spy.called` is a call count for the spy

usage
===
## usage

@@ -53,4 +58,3 @@ `npm install bondjs` -> `bond = require 'bondjs'`

tests
===
## tests

@@ -61,6 +65,5 @@ see the `test.coffee` file for examples

## license
license
===
[MIT](LICENSE)
[MIT](LICENSE)

Sorry, the diff of this file is not supported yet

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