You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

assertik

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assertik

Very simple assertion library for node and browser

1.0.0
latest
Source
npm
Version published
Weekly downloads
5
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Assertik

Very simple assertion library for node and browser

assert(value, [message])

Tests if value is truthy

assert.equal(actual, expected, [message])

Tests shallow, coercive equality with the equal comparison operator ( == ).

FAQs

Package last updated on 10 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts