skygear-SDK-JS
skygear-SDK-JS copied to clipboard
Skygear SDK for JavaScript
Reported by Clients, to make isomorphic JS app, it needs to be in Cookies. (Plus briefly search online, it seems Cookies is the recommend way?) Either we make cookies default...
Starting in [email protected], there is native audit command. We can remove the nsp dependency. refs: https://docs.npmjs.com/getting-started/running-a-security-audit
(Describe the issue here) - Skygear SDK Date/Version: skygear-node - JS runtime: - Skygear Server Date/Version: 1.5.0 - [ ] Is this a regression? - [ ] Attached logs, screenshots...
Currently we used blob for browser and buffer for node. Although react native add blob support in the new version (0.55.4 up), it doesn't work with superagent and need further...
- Skygear SDK Date/Version: 1.4.0 - JS runtime: React Native - Skygear Server Date/Version: 1.4.0 - [ ] Is this a regression? - [ ] Attached logs, screenshots #### Expected...
Asset object have a URL parameter, which could be expired. But the expire date is not explicit in the object. We should have a parameter in the Asset object to...
Result for query using `notContains` on empty array will always show no result. ```js const Foo = new skygear.Record.extend('foo'); var query = new skygear.Query(Foo); query.notContains('_id', []); // Assume I do...
- Skygear SDK Date/Version: 1.3.1 - JS runtime: - Skygear Server Date/Version: - [ ] Is this a regression? - [ ] Attached logs, screenshots #### Expected Results publish successfully...
``` $ npm install https://github.com/SkygearIO/skygear-SDK-JS.git npm WARN enoent ENOENT: no such file or directory, open '/private/tmp/boo/package.json' npm WARN boo No description npm WARN boo No repository field. npm WARN boo...