Socket
Socket
Sign inDemoInstall

assertion-error

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assertion-error - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

index.d.ts

5

History.md

@@ -0,1 +1,6 @@

1.1.0 / 2018-01-02
==================
* Add type definitions ([#11](https://github.com/chaijs/assertion-error/pull/11))
1.0.1 / 2015-03-04

@@ -2,0 +7,0 @@ ==================

4

index.js

@@ -69,4 +69,4 @@ /*!

// capture stack trace
ssf = ssf || arguments.callee;
if (ssf && Error.captureStackTrace) {
ssf = ssf || AssertionError;
if (Error.captureStackTrace) {
Error.captureStackTrace(this, ssf);

@@ -73,0 +73,0 @@ } else {

{
"name": "assertion-error"
, "version": "1.0.2"
, "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification."
, "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)"
, "license": "MIT"
, "keywords": [
"test"
, "assertion"
, "assertion-error"
]
, "repository": {
"type": "git"
, "url": "git@github.com:chaijs/assertion-error.git"
"name": "assertion-error",
"version": "1.1.0",
"description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
"author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)",
"license": "MIT",
"types": "./index.d.ts",
"keywords": [
"test",
"assertion",
"assertion-error"
],
"repository": {
"type": "git",
"url": "git@github.com:chaijs/assertion-error.git"
},
"engines": {
"node": "*"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"component": "*",
"typescript": "^2.6.1"
}
, "engines": {
"node": "*"
}
, "main": "./index"
, "scripts": {
"test": "make test"
}
, "dependencies": {}
, "devDependencies": {
"component": "*"
}
}
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