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.11 to 0.3.12

2

dist/classes/users.js

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

);
if (statusCode !== 201) {
if (statusCode !== 204) {
const json = await body.json();

@@ -314,0 +314,0 @@ throw new Error(`Runik: ${JSON.stringify(json)}`);

@@ -5,3 +5,3 @@ export interface User {

verified: boolean;
totp_verified: true;
totp_verified: boolean;
}
{
"name": "runik",
"version": "0.3.11",
"version": "0.3.12",
"description": "SDK for Runik API",

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

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