New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fact-checker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fact-checker - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -37,3 +37,3 @@ #!/usr/bin/env node

t.inputs.forEach((i) => eval(i))
fs.writeFile(inputFile, JSON.stringify(req), (err) => {
fs.writeFile(inputFile, JSON5.stringify(req), (err) => {
if (err) throw err

@@ -40,0 +40,0 @@ // TODO add cmdLine support for verbose

{
"name": "fact-checker",
"version": "1.1.0",
"version": "1.1.1",
"description": "A down to earth API test tool",

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

Sorry, the diff of this file is not supported yet

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