Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stamina-api

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stamina-api - npm Package Compare versions

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"
}
}
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