@randy.tarampi/lwip
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/randytarampi/lwip/compare/v1.0.1...v1.1.0) (2020-01-06) | ||
### Features | ||
* **package:** Blindly upgrade our dependencies for the new year. ([111fefc](https://github.com/randytarampi/lwip/commit/111fefc01aaaf4e7b0ebfe14500c7f22cacb2140)) | ||
## [1.0.1](https://github.com/randytarampi/lwip/compare/v1.0.0...v1.0.1) (2020-01-05) | ||
@@ -2,0 +9,0 @@ |
@@ -17,3 +17,3 @@ 'use strict'; | ||
function validateInterpolation(inter){ | ||
return defs.interpolations.hasOwnProperty(inter); | ||
return Object.prototype.hasOwnProperty.call(defs.interpolations, inter); | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "@randy.tarampi/lwip", | ||
"description": "Comprehensive, fast, and simple image processing and manipulation", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"author": { | ||
@@ -12,20 +12,20 @@ "name": "Randy Tarampi", | ||
"dependencies": { | ||
"async": "^3.0.1", | ||
"async": "^3.1.0", | ||
"bindings": "^1.5.0", | ||
"decree": "0.0.6", | ||
"nan": "^2.13.2" | ||
"nan": "^2.14.0" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/git": "^7.0.8", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-import": "^2.17.1", | ||
"@semantic-release/changelog": "^3.0.6", | ||
"@semantic-release/git": "^7.0.18", | ||
"coveralls": "^3.0.9", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^6.1.4", | ||
"mocha": "^7.0.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"node-cpplint": "^0.4.0", | ||
"nyc": "^14.0.0", | ||
"run-script-os": "^1.0.5", | ||
"semantic-release": "^15.13.9", | ||
"nyc": "^15.0.0", | ||
"run-script-os": "^1.0.7", | ||
"semantic-release": "^15.14.0", | ||
"should": "^13.2.3" | ||
@@ -32,0 +32,0 @@ }, |
6501751
Updatedasync@^3.1.0
Updatednan@^2.14.0