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

unexpected

Package Overview
Dependencies
Maintainers
2
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 4.0.0 to 4.0.1

4

lib/colors.js

@@ -11,2 +11,6 @@ module.exports = function (expect) {

});
// Intended to be redefined by a plugin that offers syntax highlighting:
expect.output.addStyle('code', function (content, language) {
this.text(content);
});
};

4

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

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

"dependencies": {
"magicpen": "=0.3.2"
"magicpen": "=0.3.3"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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

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

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