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

lazy-ass

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-ass - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

index.js

@@ -46,5 +46,9 @@ (function initLazyAss() {

function endsWithNewLine(s) {
return /\n$/.test(s);
}
function formMessage(args) {
var msg = args.reduce(function (total, arg, k) {
if (k) {
if (k && !endsWithNewLine(total)) {
total += ' ';

@@ -51,0 +55,0 @@ }

10

package.json

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

"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"version": "1.2.0",
"version": "1.3.0",
"bugs": {

@@ -52,11 +52,11 @@ "url": "https://github.com/bahmutov/lazy-ass/issues"

"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.8.0",
"grunt-deps-ok": "0.9.0",
"grunt-gh-pages": "1.0.0",
"grunt-karma": "0.10.1",
"grunt-mocha-test": "0.12.7",
"grunt-nice-package": "0.9.6",
"grunt-nice-package": "0.10.1",
"grunt-npm2bower-sync": "0.9.1",
"jshint-stylish": "2.1.0",
"karma": "0.12.32",
"karma-chrome-launcher": "0.2.1",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",

@@ -69,3 +69,3 @@ "karma-mocha": "0.2.1",

"pre-git": "1.4.0",
"semantic-release": "4.3.5",
"semantic-release": "6.0.3",
"time-grunt": "1.2.2"

@@ -72,0 +72,0 @@ },

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