stamina-api
Advanced tools
Comparing version 1.1.41-dev to 1.1.51-dev
22
index.js
@@ -7,14 +7,16 @@ module.exports = { | ||
const UpdateNotifier = require("update-notifier") | ||
var pkg = require("./package.json") | ||
setTimeout(() => { | ||
const UpdateNotifier = require("update-notifier") | ||
var pkg = require("./package.json") | ||
const notifier = UpdateNotifier({ | ||
pkg, | ||
updateCheckInterval: 1000 * 10 | ||
}) | ||
const notifier = UpdateNotifier({ | ||
pkg, | ||
updateCheckInterval: 1000 * 10 | ||
}) | ||
notifier.notify() | ||
notifier.notify() | ||
if (notifier.update) { | ||
require("./funtions/update").update("The 5555 version is available ! \nhttps://npmjs.com/packages/stamina-api") | ||
} | ||
if (notifier.update) { | ||
require("./funtions/update").update("The 5555 version is available ! \nhttps://npmjs.com/packages/stamina-api") | ||
} | ||
}) |
{ | ||
"name": "stamina-api", | ||
"version": "1.1.41-dev", | ||
"version": "1.1.51-dev", | ||
"description": "Npm module can make jokes generator and other. This module is for Stamina website and game.\n- Only Stamina's developpers: Can manage Stamina's infrastructure.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm i stamina-api@latest" | ||
}, | ||
"repository": { | ||
@@ -30,5 +28,4 @@ "type": "github", | ||
"fs": "^0.0.1-security", | ||
"stamina-api": "^1.1.31-dev", | ||
"update-notifier": "^5.1.0" | ||
} | ||
} |
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
2
7606
188341
- Removedstamina-api@^1.1.31-dev
- Removedstamina-api@1.1.31-dev(transitive)