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

contractis

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contractis - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

is.js

@@ -31,5 +31,5 @@ const gen = require("./generators");

: isnum((opts || {}).lte)
? opts.lte - gen.num_positive
? opts.lte - gen.num_positive()
: isnum((opts || {}).gte)
? opts.gte + gen.num_positive
? opts.gte + gen.num_positive()
: gen.any_num(),

@@ -36,0 +36,0 @@ });

{
"name": "contractis",
"version": "0.0.13",
"version": "0.0.14",
"description": "Design by Contract for JavaScript",

@@ -21,3 +21,3 @@ "repository": "github:saltcorn/saltcorn",

},
"gitHead": "ee69772ae35736292ea2d00933fa08f95b3b8e01"
"gitHead": "776883807352b79551cab678f76027892934260f"
}
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