New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

devland.js

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devland.js - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

package.json

@@ -10,3 +10,3 @@ {

"name": "devland.js",
"version": "1.1.8",
"version": "1.1.9",
"description": "A powerful API wrapper for the Discord API designed for modern bots",

@@ -13,0 +13,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ const Client = require('../client/client')

this.code = data.code
this.expireAt = data.expires_at
this.expire_At = data.expires_at
this.inviter = client.users.get(data.inviter.id) || new User(client, data.inviter)

@@ -16,0 +16,0 @@ this.uses = data.uses

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