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

styout

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styout - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

6

._package.json

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR��3��"�"com.macromates.caret{
column = 4;
line = 20;
Mac OS X  2��ATTR�3���#�#com.macromates.caret{
column = 19;
line = 13;
}

@@ -57,7 +57,15 @@ (function() {

};
Styout.prototype.parse = function() {
var args;
args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];
return out.apply(null, __slice.call(args).concat([true]));
};
return Styout;
})();
out = function() {
var args, index, o, _len;
args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];
var args, index, o, returnOnly, _i, _len;
args = 2 <= arguments.length ? __slice.call(arguments, 0, _i = arguments.length - 1) : (_i = 0, []), returnOnly = arguments[_i++];
if (returnOnly == null) {
returnOnly = false;
}
for (index = 0, _len = args.length; index < _len; index++) {

@@ -69,3 +77,6 @@ o = args[index];

}
return console.log.apply(console, args);
if (!returnOnly) {
console.log.apply(console, args);
}
return __slice.call(args);
};

@@ -72,0 +83,0 @@ instances = {};

@@ -14,3 +14,3 @@ {

'licenses': [{'type': 'MIT'}],
'version': '0.5.1',
'version': '0.5.2',
'engines': {

@@ -17,0 +17,0 @@ 'node': '>= 0.2.0',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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