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 0.0.1 to 0.0.2

bond.js

5

package.json
{
"name": "bondjs",
"version": "0.0.1",
"version": "0.0.2",
"description": "simple js stub/spy library",
"main": "bond.coffee",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script test.coffee"
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script test.coffee",
"prepublish": "./node_modules/coffee-script/bin/coffee -c bond.coffee"
},

@@ -9,0 +10,0 @@ "author": "Sean Massa <endangeredmassa@gmail.com>",

@@ -28,2 +28,9 @@ bond: the simple stub/spy javascript library

usage
===
`npm install bondjs` -> `bond = require 'bondjs'`
`<script src="bond.js">` -> `window.bond(...)`
tests

@@ -30,0 +37,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