@feathersjs/commons
Advanced tools
Comparing version 4.5.8 to 4.5.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09) | ||
**Note:** Version bump only for package @feathersjs/commons | ||
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12) | ||
@@ -8,0 +16,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -23,3 +23,3 @@ return result; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -26,0 +26,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@feathersjs/commons", | ||
"version": "4.5.8", | ||
"version": "4.5.9", | ||
"description": "Shared Feathers utility functions", | ||
@@ -53,10 +53,10 @@ "homepage": "https://feathersjs.com", | ||
"devDependencies": { | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.25", | ||
"mocha": "^8.0.1", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.11.1", | ||
"mocha": "^8.1.3", | ||
"shx": "^0.3.2", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.3" | ||
}, | ||
"gitHead": "5df52715647ea14cf1bd1fe295ae0eaa9857d70a" | ||
"gitHead": "4f7c3b19e4753e24f7439c1447d0784cf398ace0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59260