New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

assertive

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assertive - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

.npmrc

8

lib/assertive.js

@@ -354,2 +354,10 @@ /*!

clear = '\x1b[39;49;00m';
if (!('undefined' !== typeof process && null != process && null != process.stdout ? process.stdout.isTTY : void 0)) {
green = red = function (x) {
return '' + x;
};
clear = function () {
return '';
};
}
implodeNicely = function (list, conjunction) {

@@ -356,0 +364,0 @@ var first, last;

2

package.json
{ "name": "assertive"
, "version": "1.3.2"
, "version": "1.4.0"
, "author": "Johan Sundström <jsundstrom@groupon.com>"

@@ -4,0 +4,0 @@ , "contributors":

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