Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jbzfilmsdk

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jbzfilmsdk - npm Package Compare versions

Comparing version 1.1.0-beta3 to 1.1.0-beta4

2

package.json
{
"name": "jbzfilmsdk",
"version": "1.1.0-beta3",
"version": "1.1.0-beta4",
"description": "jinbaozheng film sdk",

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

import {JToolDate} from 'icemilk'
import JManagerSeat from './../util/JManagerSeat';

@@ -10,5 +9,5 @@ function _netcinema(cinema) {

distance: cinema.distance,
comparecount: cinema.maxCompareCount,
compareCount: cinema.maxCompareCount,
comparedNames: JSON.parse(cinema.maxCompareNames),
minprice: cinema.minPrice
minPrice: cinema.minPrice
}

@@ -25,43 +24,2 @@ }

}
// let showItems = data.showItems;
// let showItemsObj = {
// cinemaId: data.cinemaId,
// cityId: data.cityId,
// cityName: data.cityName,
// compareCount: data.compareCount,
// compareNames: data.compareNames,
// dimensional: data.dimensional,
// duration: data.duration,
// filmId: data.filmId,
// filmName: data.filmName,
// hallName: data.hallName,
// jbzEndTime: data.jbzEndTime,
// jbzShowTime: data.jbzShowTime,
// language: data.language,
// minPrice: data.minPrice,
// showDate: data.showDate,
// showTime: data.showTime,
// };
// for (let i = 0; i < data.showItems.length; i++) {
// showItems[i] = Object.assign({}, showItems[i], showItemsObj);
// }
// return {
// cinemaId: data.cinemaId,
// cityId: data.cityId,
// cityName: data.cityName,
// compareCount: data.compareCount,
// compareNames: data.compareNames,
// dimensional: data.dimensional,
// duration: data.duration,
// filmId: data.filmId,
// filmName: data.filmName,
// hallName: data.hallName,
// jbzEndTime: data.jbzEndTime,
// jbzShowTime: data.jbzShowTime,
// language: data.language,
// minPrice: data.minPrice,
// showDate: data.showDate,
// showTime: data.showTime,
// showItems: showItems
// }
}

@@ -73,8 +31,8 @@

params: {
cinemaId: true,
openId: false
openId: false,
cinemaId: true
},
book: [
'cinemaId',
'openId'
'openId',
'cinemaId'
]

@@ -81,0 +39,0 @@ },

@@ -44,11 +44,12 @@ const JNetworkMine = {

params: {
openId: true,
page: true,
size: true,
openId: true,
type: false
},
book: [
'openId',
'page',
'size',
'openId',
'type'

@@ -60,8 +61,8 @@ ]

params: {
orderId: true,
openId: true
openId: true,
orderId: true
},
book: [
'openId',
'orderId',
'openId'
]

@@ -72,8 +73,9 @@ },

params: {
openId: true,
orderId: true,
openId: true
},
book: [
'openId',
'orderId',
'openId'
]

@@ -84,8 +86,8 @@ },

params: {
orderId: true,
openId: true
openId: true,
orderId: true
},
book: [
'orderId',
'openId'
'openId',
'orderId'
]

@@ -92,0 +94,0 @@ }

@@ -5,3 +5,3 @@ const JNetworkSearch = {

},
searchall: {
searchAll: {
url: '/search/searchall',

@@ -8,0 +8,0 @@ params: {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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