New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsverify

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsverify - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

karma.jasmine.conf.js

8

lib/jsverify.js

@@ -36,5 +36,5 @@ /**

### Usaage with [mocha](http://visionmedia.github.io/mocha/)
### Usage with [mocha](http://visionmedia.github.io/mocha/)
Using *jsverify* with mocha is easy, just define properties and user `jsverify.assert`.
Using jsverify with mocha is easy, just define the properties and use `jsverify.assert`.

@@ -57,5 +57,5 @@ You can also provide `--jsverifyRngState state` command line argument, to run tests with particular random generator state.

### Use with [jasmine](http://pivotal.github.io/jasmine/) 1.3.x
### Usage with [jasmine](http://pivotal.github.io/jasmine/)
Check [jasmineHelpers.js](speclib/jasmineHelpers.js) file.
Check [jasmineHelpers.js](helpers/jasmineHelpers.js) and [jasmineHelpers2.js](helpers/jasmineHelpers2.js) for jasmine 1.3 and 2.0 respectively.

@@ -62,0 +62,0 @@ ## API

{
"name": "jsverify",
"description": "Property-based testing for JavaScript.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/phadej/jsverify",

@@ -38,11 +38,13 @@ "author": {

"q": "~1.0.0",
"when": "~3.0.1",
"browserify": "~3.33.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3",
"karma-jasmine": "~0.2.2",
"karma": "~0.12.1",
"karma-cli": "0.0.4",
"jshint": "~2.4.4",
"istanbul": "~0.2.6",
"karma-cli": "0.0.4",
"when": "~3.0.1"
"istanbul": "~0.2.6"
},

@@ -49,0 +51,0 @@ "keywords": [

@@ -31,5 +31,5 @@ # JSVerify

### Usaage with [mocha](http://visionmedia.github.io/mocha/)
### Usage with [mocha](http://visionmedia.github.io/mocha/)
Using *jsverify* with mocha is easy, just define properties and user `jsverify.assert`.
Using jsverify with mocha is easy, just define the properties and use `jsverify.assert`.

@@ -52,5 +52,5 @@ You can also provide `--jsverifyRngState state` command line argument, to run tests with particular random generator state.

### Use with [jasmine](http://pivotal.github.io/jasmine/) 1.3.x
### Usage with [jasmine](http://pivotal.github.io/jasmine/)
Check [jasmineHelpers.js](speclib/jasmineHelpers.js) file.
Check [jasmineHelpers.js](helpers/jasmineHelpers.js) and [jasmineHelpers2.js](helpers/jasmineHelpers2.js) for jasmine 1.3 and 2.0 respectively.

@@ -206,2 +206,3 @@ ## API

- 0.3.1 Documentation typo fixes
- 0.3.0 Major changes

@@ -241,2 +242,3 @@ - random generate state handling

- [Scala - ScalaCheck](https://github.com/rickynils/scalacheck)
The MIT License (MIT)

@@ -243,0 +245,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