Socket
Socket
Sign inDemoInstall

aproba

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aproba - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

index.js

@@ -103,4 +103,4 @@ 'use strict'

e.code = code
Error.captureStackTrace(e, validate)
if (Error.captureStackTrace) Error.captureStackTrace(e, validate)
return e
}
{
"name": "aproba",
"version": "1.1.2",
"description": "A rediculously light-weight argument validator",
"version": "1.2.0",
"description": "A ridiculously light-weight argument validator (now browser friendly)",
"main": "index.js",

@@ -11,3 +11,3 @@ "directories": {

"devDependencies": {
"standard": "^8.6.0",
"standard": "^10.0.3",
"tap": "^10.0.2"

@@ -14,0 +14,0 @@ },

@@ -73,2 +73,7 @@ aproba

### Browser support
This has no dependencies and should work in browsers, though you'll have
noisier stack traces.
### Why this exists

@@ -75,0 +80,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