Socket
Socket
Sign inDemoInstall

randomquote-api

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.1 to 3.5.2

src/index.d.ts

10

package.json
{
"name": "randomquote-api",
"version": "3.5.1",
"version": "3.5.2",
"description": "An api that gets random quotes.",
"main": "./src/QuoteAPI/index.js",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node test/test.js"
},

@@ -27,2 +29,2 @@ "repository": {

"homepage": "https://github.com/TakenKills/Quote-api#readme"
}
}

2

test/test.js

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

const QuoteAPI = require('../src/QuoteAPI/index');
const QuoteAPI = require('../src/index');
console.log(QuoteAPI.randomQuote())
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