Socket
Socket
Sign inDemoInstall

barth

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barth - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

index.js
var fs = require('fs')
var data = fs.readFileSync(process.cwd() + '/data.json', 'utf8')
var data = fs.readFileSync(__dirname + '/data.json', 'utf8')
var quotes = JSON.parse(data).quotes

@@ -5,0 +5,0 @@

{
"name": "barth",
"version": "1.2.0",
"version": "1.3.0",
"description": "Helpful Karl Barth quotes.",

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

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