New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 5.0.0-beta23 to 5.0.0-beta24

site-build/_data.json

3

lib/styles.js

@@ -12,2 +12,5 @@ module.exports = function (expect) {

expect.output.addStyle('key', function (content) {
this.text(content, '#666');
});
expect.output.addStyle('number', function (content) {
this.text(content);

@@ -14,0 +17,0 @@ });

@@ -799,2 +799,5 @@ var utils = require('./utils');

return typeof value === 'number';
},
inspect: function (value, depth, output) {
return output.number(value);
}

@@ -801,0 +804,0 @@ });

2

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

@@ -5,0 +5,0 @@ "keywords": [

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