Socket
Socket
Sign inDemoInstall

unsplash-js

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unsplash-js - npm Package Compare versions

Comparing version 7.0.14 to 7.0.15

10

dist/index.d.ts

@@ -0,1 +1,2 @@

import * as photos from './methods/photos';
import * as search from './methods/search';

@@ -15,10 +16,3 @@ import * as _internals from './internals';

}, additionalFetchOptions?: import("./helpers/request").AdditionalFetchOptions | undefined) => Promise<import("./helpers/response").ApiResponse<import("./methods/photos/types").Stats>>;
getRandom: (a: ({
collectionIds?: string[] | undefined;
featured?: boolean | undefined;
username?: string | undefined;
query?: string | undefined;
contentFilter?: "low" | "high" | undefined;
count?: number | undefined;
} & import("./types/request").OrientationParam) | undefined, additionalFetchOptions?: import("./helpers/request").AdditionalFetchOptions | undefined) => Promise<import("./helpers/response").ApiResponse<import("./methods/photos/types").Random | import("./methods/photos/types").Random[]>>;
getRandom: (a: photos.RandomParams | undefined, additionalFetchOptions?: import("./helpers/request").AdditionalFetchOptions | undefined) => Promise<import("./helpers/response").ApiResponse<import("./methods/photos/types").Random | import("./methods/photos/types").Random[]>>;
trackDownload: (a: {

@@ -25,0 +19,0 @@ downloadLocation: string;

2

package.json
{
"name": "unsplash-js",
"version": "7.0.14",
"version": "7.0.15",
"description": "Official JavaScript wrapper for the Unsplash API",

@@ -5,0 +5,0 @@ "main": "dist/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