Socket
Socket
Sign inDemoInstall

zhike-mobile-itunes-api

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

7

index.js

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

import { NativeModules } from 'react-native';
import { NativeModules, Platform } from 'react-native';
const ZKItunesApi = NativeModules.ZKItunesApi;

@@ -6,2 +6,7 @@

return new Promise((resolve, reject) => {
if (Platform.OS !== 'ios') {
resolve(null);
return;
}
ZKItunesApi.getAppMeta(appId, (error, meta) => {

@@ -8,0 +13,0 @@ if (error) {

2

package.json
{
"name": "zhike-mobile-itunes-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

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