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

r3dkar-social-media-api

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r3dkar-social-media-api - npm Package Compare versions

Comparing version

to
0.1.5

2

package.json
{
"name": "r3dkar-social-media-api",
"version": "0.1.4",
"version": "0.1.5",
"description": "API for social media",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -96,2 +96,5 @@ import fs from 'fs';

users[userIndex].friends.forEach(friendId => unfriendUsers(id, friendId));
getPosts(id).forEach(postId => deletePost(postId));
users.splice(userIndex, 1);

@@ -98,0 +101,0 @@