Socket
Socket
Sign inDemoInstall

real-world-redux-api

Package Overview
Dependencies
5
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.38 to 1.0.39

5

index.js

@@ -1,3 +0,6 @@

const filename = process.env.INIT_CWD
import path from 'path'
import fs from 'fs'
const filename = path.dirname(fs.realpathSync(__filename))
const API = {}

@@ -4,0 +7,0 @@

7

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

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

"license": "MIT",
"dependencies": {}
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}
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