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.1 to 1.0.2

2

index.js

@@ -34,3 +34,3 @@ /**

message: src,
stackStartFunction: stack[0].fun
stackStartFunction: stack[0].getFunction()
});

@@ -37,0 +37,0 @@

{
"name": "better-assert",
"version": "1.0.1",
"version": "1.0.2",
"description": "Better assertions for node, reporting the expr, filename, lineno etc",
"keywords": [
"assert",
"stack",
"trace",
"assert",
"stack",
"trace",
"debug"

@@ -16,4 +16,4 @@ ],

],
"dependencies": {
"callsite": "1.0.0"
"dependencies": {
"callsite": "1.0.0"
},

@@ -25,5 +25,5 @@ "repository": {

"main": "index",
"engines": {
"node": "*"
"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