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

runik

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runik - npm Package Compare versions

Comparing version 0.3.14 to 0.3.16

4

dist/classes/users.js

@@ -251,3 +251,3 @@ import { request } from "undici";

const { body, statusCode } = await request(
`${this.endpoint}/users/me/email`,
`${this.endpoint}/users/me/password`,
{

@@ -259,3 +259,3 @@ headers: {

method: "PUT",
body: JSON.stringify({ oldPassword, newPassword })
body: JSON.stringify({ old_password: oldPassword, new_password: newPassword })
}

@@ -262,0 +262,0 @@ );

{
"name": "runik",
"version": "0.3.14",
"version": "0.3.16",
"description": "SDK for Runik API",

@@ -5,0 +5,0 @@ "type": "module",

@@ -5,3 +5,3 @@ ![banner](https://github.com/runik-dev/runikjs/raw/main/images/banner.png)

Built for Runik API v0.3.6
Built for Runik API v0.3.8

@@ -8,0 +8,0 @@ ![Lines of code](https://img.shields.io/tokei/lines/github/runik-dev/runikjs?style=flat-square&color=9360FF&label=lines%20of%20code)

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