Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unexpected

Package Overview
Dependencies
Maintainers
5
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unexpected - npm Package Compare versions

Comparing version 11.1.0 to 11.1.1

9

build/lib/UnexpectedError.js

@@ -24,3 +24,10 @@ var utils = require('./utils');

this.expect = expect;
// Prevent flooding the screen in node-tap
// https://github.com/unexpectedjs/unexpected/issues/582
Object.defineProperties(this, {
expect: {
enumerable: false,
value: expect
}
});
this.parent = parent || null;

@@ -27,0 +34,0 @@ this.name = 'UnexpectedError';

@@ -0,1 +1,7 @@

### v11.1.1 (2019-03-01)
- [#599](https://github.com/unexpectedjs/unexpected/pull/599) Make UnexpectedError\#expect non-enumerable ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [#598](https://github.com/unexpectedjs/unexpected/pull/598) Upgrade karma to version 4.0.1 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com))
- [#597](https://github.com/unexpectedjs/unexpected/pull/597) Split the plugin list into maintained by us and 3rdparty plugins ([Sune Simonsen](mailto:sune@we-knowhow.dk))
### v11.1.0 (2019-02-25)

@@ -2,0 +8,0 @@

@@ -31,3 +31,10 @@ const utils = require('./utils');

this.expect = expect;
// Prevent flooding the screen in node-tap
// https://github.com/unexpectedjs/unexpected/issues/582
Object.defineProperties(this, {
expect: {
enumerable: false,
value: expect
}
});
this.parent = parent || null;

@@ -34,0 +41,0 @@ this.name = 'UnexpectedError';

4

package.json
{
"name": "unexpected",
"version": "11.1.0",
"version": "11.1.1",
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",

@@ -56,3 +56,3 @@ "keywords": [

"jest": "^23.0.0",
"karma": "4.0.0",
"karma": "4.0.1",
"karma-browserstack-launcher": "1.4.0",

@@ -59,0 +59,0 @@ "karma-chrome-launcher": "2.2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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