simpleddp icon indicating copy to clipboard operation
simpleddp copied to clipboard

An easy to use DDP client library

Results 28 simpleddp issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Using different case in the import and the directory in node_modules can lead to nasty failures on file systems that differentiate between cases. I had code that was working fine...

We're using simple-ddp in a webpack app, and we started seeing this warning from webpack: ```sh warn WebpackError: Unsafe builtin usage https.get at website/node_modules/ws/lib/websocket.js:566:1 at website/node_modules/ws/lib/websocket.js:71:1 at website/node_modules/simpleddp-core/lib/socket.js:64:1 at website/node_modules/simpleddp-core/lib/ddp.js:134:1...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

My issue is similar to #18 and #21 I have a `react-native` app and I connect to my development server like so: ```javascript let options = { endpoint: 'ws://:3000/websocket', SocketConstructor:...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

On my current test i have a simple publication which publishes 3 notifications ````js // server pub Meteor.publish('unread.notifications', () => { return Notifications.find({}) } ```` And that subscription on the...

Hi, it would be great if you can add to the call method an extra parameter to specify the timeout. This help us to override the default timeout for an...