Socket
Socket
Sign inDemoInstall

better-assert

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-assert - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

33

package.json
{
"name": "better-assert"
, "version": "1.0.0"
, "description": "Better assertions for node, reporting the expr, filename, lineno etc"
, "keywords": ["assert", "stack", "trace", "debug"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": { "callsite": "1.0.0" }
, "main": "index"
, "engines": { "node": "*" }
"name": "better-assert",
"version": "1.0.1",
"description": "Better assertions for node, reporting the expr, filename, lineno etc",
"keywords": [
"assert",
"stack",
"trace",
"debug"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"TonyHe <coolhzb@163.com>",
"ForbesLindesay"
],
"dependencies": {
"callsite": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/better-assert.git"
},
"main": "index",
"engines": {
"node": "*"
}
}
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