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

lazy-ass

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-ass - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

index.d.ts

8

package.json
{
"name": "lazy-ass",
"description": "Lazy assertions without performance penalty",
"version": "1.5.1",
"version": "1.6.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -68,3 +68,4 @@ "bugs": {

"bower.json",
"test/demo.js"
"test/demo.js",
"index.d.ts"
],

@@ -111,3 +112,4 @@ "homepage": "https://github.com/bahmutov/lazy-ass",

"watch": "grunt watch"
}
},
"types": "index.d.ts"
}

@@ -204,2 +204,12 @@ # lazy-ass

## TypeScript
If you use this function from a TypeScript project, we provide ambient type
definition file. Because this is CommonJS library, use it like this
```ts
import la = require('lazy-ass')
// la should have type signature
```
### Small print

@@ -206,0 +216,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