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

@popcornjs/http

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popcornjs/http

Fast & efficient promise based module for making request to the popcorn API

  • 2.4.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@popcornjs/http

A wrapper for the popcorn🍿 API.

Features:

  • Written in TypeScript
  • Built in Typings
  • Promise based
  • Only 1 dependency
  • Super small
  • Easy to use

Example use:

import * as popcorn from '@popcornjs/http';

// Because top level await doesnt exist :(
(async () => {
	// POST reqest
	const post = await popcorn.post({ eatMore: boolean, key: string, user: string });
	// GET reqest
	const get = await popcorn.get();

	console.log(post, get);

	// get returns stats
})();

Keywords

FAQs

Package last updated on 22 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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