deedw

Results 10 comments of deedw

I am also experiencing this issue which is a security risk. I have code similar to the following that masks password and other sensitive fields before logging. This worked fine...

Thanks for looking at this @rosston I've locked at version 2.1.0 for now, but look forward to updating to fixed version when you have the time.

@rosston Did you manage to find time to look at your fix for this regression?

Somewhat belatedly I have tested your fix and it works for me. Looking forward to being able to update from 2.1.0!

I am experiencing the same issue and removing the platform tag also works for me. Cordova 10.0.0 cordova-android 10.1.0

I have found the reason why this doesn't work when you run ```cordova prepare```. Hooks inside platform elements are only triggered when a platform-specific prepare is called, i.e. ```cordova prepare...

I also ran into this issue. **startKey()** provides the value for **ExclusiveStartKey** in the DynamoDB api call. The only valid value for **ExclusiveStartKey** is the value returned as **LastEvaluatedKey** from...

This might help you. I tried reinstalling and running the scrypt tests under node v6.8.0 (I was previously using v4.6.0) It crashes at the same place but the error message...

I spent quite a lot of time looking into this 3 weeks back, and it looks like this is an issue affecting many modules where XCode 8 is running on...

lodash has a function _.isArrayLike() which is used by a number of functions, including _.map. If a collection passed to _.isArrayLike() includes a length property then it will be treated...