Socket
Socket
Sign inDemoInstall

real-world-redux-api

Package Overview
Dependencies
4
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.39 to 1.0.40

3

index.js
import path from 'path'
import fs from 'fs'
const filename = path.dirname(fs.realpathSync(__filename))
const filename = path.dirname(require.resolve("real-world-redux-api/package.json"));

@@ -6,0 +5,0 @@ const API = {}

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

@@ -21,5 +21,4 @@ "main": "index.js",

"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