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.2 to 0.3.3

8

lib/jsverify.js

@@ -6,6 +6,6 @@ /**

[![Build Status](https://secure.travis-ci.org/phadej/jsverify.png?branch=master)](http://travis-ci.org/phadej/jsverify)
[![NPM version](https://badge.fury.io/js/jsverify.png)](http://badge.fury.io/js/jsverify)
[![Dependency Status](https://gemnasium.com/phadej/jsverify.png)](https://gemnasium.com/phadej/jsverify)
[![Code Climate](https://codeclimate.com/github/phadej/jsverify.png)](https://codeclimate.com/github/phadej/jsverify)
[![Build Status](https://secure.travis-ci.org/phadej/jsverify.svg?branch=master)](http://travis-ci.org/phadej/jsverify)
[![NPM version](https://badge.fury.io/js/jsverify.svg)](http://badge.fury.io/js/jsverify)
[![Dependency Status](https://gemnasium.com/phadej/jsverify.svg)](https://gemnasium.com/phadej/jsverify)
[![Code Climate](https://img.shields.io/codeclimate/github/phadej/jsverify.svg)](https://codeclimate.com/github/phadej/jsverify)

@@ -12,0 +12,0 @@ ## Getting Started

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

@@ -32,11 +32,11 @@ "author": {

"devDependencies": {
"esprima": "~1.0.4",
"esprima": "~1.2.2",
"underscore": "~1.6.0",
"lodash": "~2.4.1",
"q": "~1.0.0",
"when": "~3.0.1",
"browserify": "~3.33.0",
"q": "~2.0.2",
"when": "~3.2.3",
"browserify": "~4.1.11",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"mocha": "~1.18.2",
"mocha": "~1.20.1",
"karma-mocha": "~0.1.3",

@@ -46,3 +46,3 @@ "karma-jasmine": "~0.2.2",

"karma-cli": "0.0.4",
"jshint": "~2.4.4",
"jshint": "~2.5.1",
"istanbul": "~0.2.6",

@@ -49,0 +49,0 @@ "ljs": "~0.2.0"

@@ -5,6 +5,6 @@ # JSVerify

[![Build Status](https://secure.travis-ci.org/phadej/jsverify.png?branch=master)](http://travis-ci.org/phadej/jsverify)
[![NPM version](https://badge.fury.io/js/jsverify.png)](http://badge.fury.io/js/jsverify)
[![Dependency Status](https://gemnasium.com/phadej/jsverify.png)](https://gemnasium.com/phadej/jsverify)
[![Code Climate](https://codeclimate.com/github/phadej/jsverify.png)](https://codeclimate.com/github/phadej/jsverify)
[![Build Status](https://secure.travis-ci.org/phadej/jsverify.svg?branch=master)](http://travis-ci.org/phadej/jsverify)
[![NPM version](https://badge.fury.io/js/jsverify.svg)](http://badge.fury.io/js/jsverify)
[![Dependency Status](https://gemnasium.com/phadej/jsverify.svg)](https://gemnasium.com/phadej/jsverify)
[![Code Climate](https://img.shields.io/codeclimate/github/phadej/jsverify.svg)](https://codeclimate.com/github/phadej/jsverify)

@@ -207,2 +207,3 @@ ## Getting Started

- 0.3.3 Dependencies update
- 0.3.2 `fun` → `fn`

@@ -244,2 +245,3 @@ - 0.3.1 Documentation typo fixes

- [Scala - ScalaCheck](https://github.com/rickynils/scalacheck)
- [Clojure - test.check](https://github.com/clojure/test.check)

@@ -246,0 +248,0 @@ The MIT License (MIT)

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