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.8.0 to 0.8.1

1

CHANGELOG.md
## Release History
- **0.8.1** — *2017-03-31* — Typescript updates
- **0.8.0** — *2017-03-12* — TypeScript typings

@@ -4,0 +5,0 @@ - Provide TypeScript typings

8

lib/jsverify.d.ts

@@ -20,6 +20,6 @@ declare namespace JSVerify {

interface Options {
tests : number;
size : number;
quiet : boolean;
rngState : string;
tests? : number;
size? : number;
quiet? : boolean;
rngState? : string;
}

@@ -26,0 +26,0 @@

{
"name": "jsverify",
"description": "Property-based testing for JavaScript.",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "http://jsverify.github.io/",

@@ -50,3 +50,3 @@ "author": {

"q": "~2.0.2",
"ts-node": "^2.1.0",
"ts-node": "^3.0.0",
"typescript": "^2.2.1",

@@ -53,0 +53,0 @@ "underscore": "^1.8.2",

@@ -643,2 +643,3 @@ # JSVerify

- **0.8.1** — *2017-03-31* — Typescript updates
- **0.8.0** — *2017-03-12* — TypeScript typings

@@ -645,0 +646,0 @@ - Provide TypeScript typings

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