Sign In

lemmascript-claimcheck

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemmascript-claimcheck - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
package.json
{
"name": "lemmascript-claimcheck",
"version": "0.1.0",
"version": "0.1.1",
"description": "claimcheck for LemmaScript: vet that a function's informal //@ contract faithfully describes its verified //@ requires/ensures, and emit a guarantees report.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,4 +21,4 @@ # lemmascript-claimcheck

```sh
npm install -g lemmascript-claimcheck
npm install -g lemmascript claimcheck # the two tools it drives (peer prerequisites)
# the tool, plus the two CLIs it drives (lsc + claimcheck) — all on your PATH
npm install -g lemmascript-claimcheck lemmascript claimcheck
```

@@ -25,0 +25,0 @@