New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.5.3 to 0.5.4

.npmrc

2

bower.json
{
"name": "lazy-ass",
"main": "index.js",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://github.com/bahmutov/lazy-ass",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -39,3 +39,3 @@ /* global module */

},
src: ['test/*.js']
src: ['test/*.spec.js']
}

@@ -71,2 +71,13 @@ },

}
},
'gh-pages': {
options: {
base: '.'
},
src: [
'README.md',
'index.js',
'index.html'
]
}

@@ -73,0 +84,0 @@ });

{
"name": "lazy-ass",
"description": "Lazy assertions without performance penalty",
"version": "0.5.3",
"version": "0.5.4",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -9,29 +9,33 @@ "bugs": {

},
"contributors": [],
"dependencies": {},
"devDependencies": {
"coveralls": "2.10.0",
"bad-line": "0.0.2",
"coveralls": "2.11.2",
"cute-stack": "1.0.2",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-banner": "0.2.2",
"grunt-banner": "0.2.3",
"grunt-clean-console": "0.1.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.2.0",
"grunt-karma": "0.8.3",
"grunt-mocha-test": "0.10.2",
"grunt-nice-package": "0.5.2",
"grunt-npm2bower-sync": "0.3.0",
"jshint-stylish": "0.2.0",
"karma": "0.12.16",
"karma-chrome-launcher": "0.1.4",
"karma-coverage": "0.2.2",
"karma-mocha": "0.1.3",
"grunt-deps-ok": "0.5.2",
"grunt-gh-pages": "0.10.0",
"grunt-karma": "0.9.0",
"grunt-mocha-test": "0.11.0",
"grunt-nice-package": "0.9.2",
"grunt-npm2bower-sync": "0.4.0",
"jshint-stylish": "0.4.0",
"karma": "0.12.28",
"karma-chrome-launcher": "0.1.7",
"karma-coverage": "0.2.7",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"matchdep": "0.3.0",
"mocha": "1.19.0",
"pre-git": "0.0.16",
"time-grunt": "0.3.1"
"mocha": "1.21.5",
"pre-git": "0.1.1",
"time-grunt": "0.4.0"
},

@@ -54,3 +58,4 @@ "engines": {

"pre-commit": [
"npm test"
"npm test",
"npm version"
],

@@ -67,2 +72,1 @@ "repository": {

}

@@ -14,2 +14,4 @@ # lazy-ass

[Demo](http://glebbahmutov.com/lazy-ass/)
## Example

@@ -16,0 +18,0 @@

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