@terencesun/githubdb
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -5,10 +5,7 @@ "use strict"; | ||
var parseJson = function (str) { | ||
try { | ||
if (str) | ||
return JSON.parse(str); | ||
} | ||
catch (e) { | ||
return []; | ||
} | ||
return []; | ||
}; | ||
exports.parseJson = parseJson; | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@terencesun/githubdb", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "operate with github like mongodb for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
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
43025
679