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

testcheck

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcheck - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "testcheck",
"version": "0.1.0",
"version": "0.1.1",
"description": "Property testing for JavaScript",

@@ -12,3 +12,3 @@ "homepage": "https://github.com/leebyron/testcheck-js",

"type": "git",
"url": "https://github.com/leebyron/testcheck-js"
"url": "git://github.com/leebyron/testcheck-js"
},

@@ -15,0 +15,0 @@ "bugs": {

@@ -13,5 +13,7 @@ Generative property testing for JavaScript

### Use Jasmine?
### Use Jasmine or Mocha?
`testcheck-js` is a testing utility and not a full test running solution. If you
`testcheck-js` is a testing utility and not a full test running solution.
If you
use [Jasmine](http://jasmine.github.io/) then check out

@@ -21,3 +23,8 @@ [`jasmine-check`](https://github.com/leebyron/jasmine-check/), a testcheck

If you
use [Mocha](http://visionmedia.github.io/mocha/) then check out
[`mocha-check`](https://github.com/leebyron/mocha-check/), a testcheck
Mocha plugin.
### Atop the shoulders of giants

@@ -24,0 +31,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