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

datocms-client

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datocms-client - npm Package Versions

1
23

0.7.2-rc.0

Diff

souljuse
published 0.7.2-rc •

stefanoverna
published 0.7.1 •

Changelog

Source

0.7.1

  • undefined values are now serialized into JSON payload
stefanoverna
published 0.7.0 •

Changelog

Source

0.7.0

Major

  • Added entry point for browser
  • Removed SiteChangerWatcher from index.js import: SiteChangerWatcher, which uses pusher/node resulted in the crash below when using the package in a browser
  • Replaced query-string with node querystring: this also required amending some of the tests, since querystring stringifies objects in different order (ie ?w=96&h96 instead of ?h=96&w=96). Note that query-string was returning an error when building the package with CRA.

Removal of following packages:

  • node-fetch since isomorphic-fetch is a wrapper of node-fetch and is already used
  • browser-or-node since node already exposes process.browser
  • proxy-polyfill: honestly I'm not sure about that one, but I tried consuming the Proxy as a function as indicated here and it failed so I doubt the global import actually make the Proxy Polyfills work at all.

Minor

  • eslint-config-airbnb-base is now part of dev dependenvcies as it should
  • Added /test in eslint scope for lint:autocorrect task
  • Most lint errors are fixed. Some of them are still in there (especially in the /test directory), I didn't want to remove useless variables, I'll let you guys do the cleaning.
souljuse
published 0.6.3 •

Changelog

Source

0.6.3

  • Made API errors more readable
  • Allow snake-case keys on every API call (with warnings though)
stefanoverna
published 0.6.2 •

stefanoverna
published 0.6.1 •

stefanoverna
published 0.6.0 •

stefanoverna
published 0.5.7 •

stefanoverna
published 0.5.6 •

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