Socket
Socket
Sign inDemoInstall

effects-as-data

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effects-as-data - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "effects-as-data",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

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

@@ -94,3 +94,3 @@ # Effects as Data

* Does a GET request to Github for the user's repositories.
* Prints the user's repositories in a formatted list
* Prints the user's repositories in a formatted list.
* Writes the user's repositories to a file.

@@ -183,3 +183,3 @@

"type": "writeFile",
"path": "wrong-file.json",
"path": "repos.json",
"data": ...

@@ -191,3 +191,3 @@ }

"type": "writeFile",
"path": "repos.json",
"path": "wrong-file.json",
"data": ...

@@ -194,0 +194,0 @@ }

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