Socket
Socket
Sign inDemoInstall

real-world-redux-api

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.31 to 1.0.32

16

index.js

@@ -1,11 +0,1 @@

import { getInstalledPath } from 'get-installed-path'
let pata = ''
const path = getInstalledPath('real-world-api')
getInstalledPath('real-world-api')
.then(path => {
pata = path
console.log('Path here', path)
})
const API = {}

@@ -17,3 +7,3 @@

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

@@ -24,3 +14,3 @@ },

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

@@ -31,3 +21,3 @@ },

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

@@ -34,0 +24,0 @@ }

6

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

@@ -20,5 +20,3 @@ "main": "index.js",

"license": "MIT",
"dependencies": {
"get-installed-path": "^4.0.8"
}
"dependencies": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc