Socket
Socket
Sign inDemoInstall

real-world-redux-api

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

real-world-redux-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

10

index.js

@@ -0,1 +1,5 @@

import { getInstalledPath } from 'get-installed-path'
const path = getInstalledPath('real-world-api')
const API = {}

@@ -7,3 +11,3 @@

name: "Sarah Drasner",
avatarURL: "./images/sarah.jpg",
avatarURL: `${path}/images/sarah.jpg`,
tweets: ['8xf0y6ziyjabvozdd253nd', 'hbsc73kzqi75rg7v1e0i6a', '2mb6re13q842wu8n106bhk', '6h5ims9iks66d4m7kqizmv', '3sklxkf9yyfowrf0o1ftbb'],

@@ -14,3 +18,3 @@ },

name: "Tyler McGinnis",
avatarURL: "./images/tyler.jpg",
avatarURL: `${path}/images/tyler.jpg`,
tweets: ['5c9qojr2d1738zlx09afby', 'f4xzgapq7mu783k9t02ghx', 'nnvkjqoevs8t02lzcc0ky', '4pt0px8l0l9g6y69ylivti', 'fap8sdxppna8oabnxljzcv', 'leqp4lzfox7cqvsgdj0e7', '26p5pskqi88i58qmza2gid', 'xi3ca2jcfvpa0i3t4m7ag'],

@@ -21,3 +25,3 @@ },

name: "Dan Abramov",
avatarURL: "./images/dan.jpg",
avatarURL: `${path}/images/dan.jpg`,
tweets: ['5w6k1n34dkp1x29cuzn2zn', 'czpa59mg577x1oo45cup0d', 'omdbjl68fxact38hk7ypy6', '3km0v4hf1ps92ajf4z2ytg', 'njv20mq7jsxa6bgsqc97', 'sfljgka8pfddbcer8nuxv', 'r0xu2v1qrxa6ygtvf2rkjw'],

@@ -24,0 +28,0 @@ }

{
"name": "real-world-redux-api",
"version": "1.0.1",
"version": "1.0.3",
"description": "API end point replacement for _DATA.js file in React NanoDegree Programe on Udacity",

@@ -19,3 +19,6 @@ "main": "index.js",

"author": "Joshua Kusaasira",
"license": "MIT"
"license": "MIT",
"dependencies": {
"get-installed-path": "^4.0.8"
}
}
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