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

react.cordova

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react.cordova - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

8

bin/reco2/index.js

@@ -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": {

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