Socket
Socket
Sign inDemoInstall

app-store-ratings

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-store-ratings - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

lib/index.d.ts

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

import Entry = namespace.Entry;
interface IProjectConfig {
projectId: string;
country?: string;
}
interface IFetchRatingsFilter {
fromDate?: Date;
}
export declare const fetchRatings: (projectConfig: IProjectConfig, filter?: IFetchRatingsFilter | undefined) => Promise<Entry[]>;
export {};
import { IEntry, IFetchRatingsFilter, IProjectConfig } from "./types";
export declare const fetchRatings: (projectConfig: IProjectConfig, filter?: IFetchRatingsFilter | undefined) => Promise<IEntry[]>;

2

package.json
{
"name": "app-store-ratings",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fetches data for app store ratings",

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