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

node-pexels

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

node-pexels - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

build/lib/client/interfaces.d.ts

@@ -14,4 +14,5 @@ export declare type TPexelsImageSource = 'original' | 'large' | 'medium' | 'small' | 'portrait' | 'landscape' | 'tiny';

per_page: number;
next_page: string;
photos: IPexelsImage[];
next_page?: string;
prev_page?: string;
total_results?: number;

@@ -18,0 +19,0 @@ url?: string;

{
"name": "node-pexels",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node client for https://www.pexels.com API",

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

# node-pexels
Node client for https://www.pexels.com API
Node client for https://www.pexels.com API. Typescript definitions included.

@@ -10,2 +10,11 @@ [![Build Status](https://travis-ci.org/dlukanin/node-pexels.svg?branch=master)](https://travis-ci.org/dlukanin/node-pexels)

## Changelog
#### v 0.0.2
Some fixes in schema and ts definitions.
#### v 0.0.1
Hello, world! First version of package.
## Usage

@@ -43,3 +52,3 @@

You can find response schema here: https://github.com/dlukanin/node-pexels/blob/master/src/test/response_schema.ts
You can find response schema [here](https://github.com/dlukanin/node-pexels/blob/master/src/test/response_schema.ts)
and response example on the [Pexels API](https://www.pexels.com/api) page.

@@ -46,0 +55,0 @@

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