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

106

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

106 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

lib/index.js

@@ -57,2 +57,3 @@ "use strict";

meta : extra.meta || null,
error : internal.error || null,
prefix : internal.prefix,

@@ -104,3 +105,5 @@ sequence : internal.sequence,

var lines = stack.split( "\n" );
var lines = ( stack && stack.length )
? stack.split( "\n" )
: [ ];

@@ -107,0 +110,0 @@ if ( lines[ 0 ] === err.name + ": " + err.message )

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"author": "Gustaf Räntilä <g.rantila@gmail.com>",

@@ -8,0 +8,0 @@ "repository": {

@@ -103,2 +103,4 @@ # 106

logData.messages; // The message parts (as an array)
logData.errror; // The error object, if that was the last
// argument.
logData.meta; // The last argument to log() if it's an

@@ -105,0 +107,0 @@ // object or array, and not covered by a '%s'.

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