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

bows

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bows - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

test.js

6

bows.js

@@ -23,4 +23,2 @@ // Generated by CoffeeScript 1.6.3

window.prefixes = prefixes;
updateArrays = function() {

@@ -31,4 +29,4 @@ var array, key, lengths, maxLength, _results;

return p.length;
}).max();
maxLength = Array.prototype.max.apply(lengths);
});
maxLength = Math.max.apply({}, lengths);
_results = [];

@@ -35,0 +33,0 @@ for (key in prefixes) {

{
"name": "bows",
"version": "0.0.2",
"version": "0.0.3",
"description": "Rainbowed console logs for chrome in development",
"main": "bows.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},

@@ -9,0 +9,0 @@ "devDependencies": {

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