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-beta6 to 5.0.0-beta7

2

lib/types.js

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

};
result.diff.replaceText(/[\x00-\x1f\x7f-\xff]/g, '.').replaceText(/ /g, function (styles, content) {
result.diff.replaceText(/[\x00-\x1f\x7f-\xff]/g, '.').replaceText(/[│ ]/g, function (styles, content) {
this.text(content);

@@ -732,0 +732,0 @@ });

{
"name": "unexpected",
"version": "5.0.0-beta6",
"version": "5.0.0-beta7",
"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