Can't upgrade to Cordoba 3.5.1
My company is currently using Cordova 3.1. Following this blog post here describing severe security vulnerabilities, we need to update to 3.5.1. But when I run:
npm view cordova versions
Result:
...
...
'3.4.1-0.1.0',
'3.5.0-0.2.0',
'3.5.0-0.2.1',
'3.5.0-0.2.2',
'3.5.0-0.2.3',
'3.5.0-0.2.4',
'3.5.0-0.2.6',
'3.5.0-0.2.7',
'3.6.0-0.2.8',
'3.6.0-0.2.9',
'3.6.1-0.2.10',
'3.6.3-0.2.11',
'3.6.3-0.2.12',
'3.6.3-0.2.13',
'4.0.0',
'4.0.1-nightly.2014.9.29'
As you can see, there is no version 3.5.1. For reasons I won't be logging in, we cannot upgrade to 3.6. *. So where is version 3.5.1 with the security vulnerability fix?
+3
source to share
1 answer
You take a look at this site https://www.versioneye.com/nodejs/cordova-js/3.5.1 you get the solution
NPM install - > npm install cordova-js@3.5.1
Direct Download ---> http://registry.npmjs.org/cordova-js/-/cordova-js-3.5.1.tgz
+4
source to share