react.cordova
Advanced tools
Comparing version 2.3.6 to 2.3.7
@@ -430,4 +430,6 @@ const fs = require("fs"); | ||
); | ||
const newVersion = dataView["dist-tags"].latest; //dataView.latest[dataView.versions.length - 1]; | ||
if(dataView&&dataView.latest &&Array.isArray(dataView.latest)) | ||
const newVersion = dataView?.latest[dataView?.versions?.length - 1];//dataView["dist-tags"].latest; | ||
else return; | ||
if (thisVersion !== newVersion) { | ||
@@ -460,3 +462,3 @@ console.log(); | ||
cuonter++; | ||
if (cuonter === 8) { | ||
if (cuonter === 6) { | ||
clearInterval(interval); | ||
@@ -463,0 +465,0 @@ console.log(""); |
{ | ||
"name": "react.cordova", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "react.cordova", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "Reco unifies React.js and Cordova into one CLI which bundles both platforms together and provides the developer with the ability to generate Cordova hybrid cross-platform applications built in React .", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193031
3336