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

jm-spy

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jm-spy - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

9

index.js

@@ -1,4 +0,5 @@

"use strict";
module.exports = require( './lib/jmspy' );
if (require.extensions['.coffee']) {
module.exports = require('./lib/jmspy.coffee');
} else {
module.exports = require('./out/release/lib/jmspy.js');
}

@@ -5,7 +5,6 @@ {

"test": "",
"version": "0.0.7",
"dependencies": {
"coffee-script": "*"
},
"version": "0.0.8",
"dependencies": {},
"devDependencies": {
"coffee-script": "*",
"jm-spy": "*",

@@ -20,3 +19,4 @@ "expect.js": "*",

"scripts": {
"test": "make test"
"test": "make test-cov",
"prepublish": "make release"
},

@@ -26,4 +26,4 @@ "readme": "# Spy module stripped from the jasmine.",

"description": "",
"_id": "jm-spy@0.0.4",
"_id": "jm-spy@0.0.6",
"_from": "jm-spy@*"
}

@@ -1,2 +0,2 @@

# jm-spy [![status](http://toast.corp.taobao.com/task/state/id/5622)](http://toast.corp.taobao.com/task/view/id/5622)
# jm-spy

@@ -12,6 +12,6 @@ > jm-spy将[Jasmine 2.0](http://jasmine.github.io/2.0/introduction.html)中的spies封装成独立的模块,用于单元测试中对象方法的mock服务,以及跟踪记录被监测方法的调用及参数情况

### [spyOn](http://gitlab.alibaba-inc.com/yuhan.wyh/jm-spy/blob/master/examples/spyOn.coffee)
### [spyOn](https://github.com/christineRR/jm-spy/blob/master/examples/spyOn.coffee)
### [createSpy](http://gitlab.alibaba-inc.com/yuhan.wyh/jm-spy/blob/master/examples/createSpy.coffee)
### [createSpy](https://github.com/christineRR/jm-spy/blob/master/examples/createSpy.coffee)
### [createSpyObj](http://gitlab.alibaba-inc.com/yuhan.wyh/jm-spy/blob/master/examples/createSpyObj.coffee)
### [createSpyObj](https://github.com/christineRR/jm-spy/blob/master/examples/createSpyObj.coffee)

Sorry, the diff of this file is not supported yet

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