Socket
Socket
Sign inDemoInstall

newsapi.js

Package Overview
Dependencies
34
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

8

package.json
{
"name": "newsapi.js",
"version": "1.0.0",
"version": "1.1.0",
"description": "A TypeScript/JS wrapper for the News API newsapi.org",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register src/test/*.spec.ts"
"test": "mocha -r ts-node/register src/test/*.spec.ts",
"clean": "rimraf dist",
"compile": "tsc . -p tsconfig.json",
"build": "npm clean && npm compile",
"prepublishOnly": "npm build"
},

@@ -9,0 +13,0 @@ "repository": {

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