New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xata.io/netlify

Package Overview
Dependencies
Maintainers
0
Versions
1829
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xata.io/netlify - npm Package Compare versions

Comparing version 0.0.0-alpha.ve9c4933eac35dff12d8e8e19779ee6690fddaafa to 0.0.0-alpha.ve9d30987cb1a14ceeef1a7e509dbd277b3a5b935

57

CHANGELOG.md
# @xata.io/netlify
## 0.0.0-alpha.ve9c4933eac35dff12d8e8e19779ee6690fddaafa
## 0.0.0-alpha.ve9d30987cb1a14ceeef1a7e509dbd277b3a5b935
### Major Changes
- [#1323](https://github.com/xataio/client-ts/pull/1323) [`dac55c4`](https://github.com/xataio/client-ts/commit/dac55c427ab1b8c2bd030d70ab6d3ce072f62ef8) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
- [#1573](https://github.com/xataio/client-ts/pull/1573) [`035990e`](https://github.com/xataio/client-ts/commit/035990efe17dee696d1cbf3614309434a55c2a16) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
### Patch Changes
- Updated dependencies [[`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8), [`6414bd3`](https://github.com/xataio/client-ts/commit/6414bd3d8bdb84961e68968df4b0b025503f0d72), [`a027c61`](https://github.com/xataio/client-ts/commit/a027c61d338f9e7f922402837a024326daaaaa48), [`dac55c4`](https://github.com/xataio/client-ts/commit/dac55c427ab1b8c2bd030d70ab6d3ce072f62ef8)]:
- @xata.io/client@0.0.0-alpha.ve9c4933eac35dff12d8e8e19779ee6690fddaafa
- Updated dependencies [[`035990e`](https://github.com/xataio/client-ts/commit/035990efe17dee696d1cbf3614309434a55c2a16)]:
- @xata.io/client@0.0.0-alpha.ve9d30987cb1a14ceeef1a7e509dbd277b3a5b935
## 0.1.32
### Patch Changes
- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/client@0.30.0
## 0.1.31
### Patch Changes
- Updated dependencies [[`6b754d2`](https://github.com/xataio/client-ts/commit/6b754d2f6a1f7b9378a96fe27502ff6c29ff5ed8)]:
- @xata.io/client@0.29.5
## 0.1.30
### Patch Changes
- Updated dependencies [[`2140a24`](https://github.com/xataio/client-ts/commit/2140a24f32a94f36bab8c8268033c7dcf235dddc), [`d8032f2`](https://github.com/xataio/client-ts/commit/d8032f2e07bdcc653db1606796d27f08d397cdbe)]:
- @xata.io/client@0.29.4
## 0.1.29
### Patch Changes
- Updated dependencies [[`02053fb`](https://github.com/xataio/client-ts/commit/02053fbb10479b8e9453691f957d3235762555aa), [`e27cb74`](https://github.com/xataio/client-ts/commit/e27cb74143aa9b6c654713878e5d3776858e5290)]:
- @xata.io/client@0.29.3
## 0.1.28
### Patch Changes
- Updated dependencies [[`e8db1cd`](https://github.com/xataio/client-ts/commit/e8db1cd394ccbed32403548bf9d09a5c3973d850)]:
- @xata.io/client@0.29.2
## 0.1.27
### Patch Changes
- Updated dependencies [[`d0f5d12`](https://github.com/xataio/client-ts/commit/d0f5d125e6c2f4c82f8a0a6b4a30d255c58e8326), [`212b53d`](https://github.com/xataio/client-ts/commit/212b53d07498def0d2ed8942691eff982e448969), [`9fd8c42`](https://github.com/xataio/client-ts/commit/9fd8c428d71b476f1951123c6cba5e803b983e54), [`368d4aa`](https://github.com/xataio/client-ts/commit/368d4aa16cd1cc1da93a142406c5d41bbc15b082)]:
- @xata.io/client@0.29.1
## 0.1.26
### Patch Changes
- Updated dependencies [[`0ec026a`](https://github.com/xataio/client-ts/commit/0ec026a92bdb1a405cb9d90cb1d506ff159f98e8), [`6414bd3`](https://github.com/xataio/client-ts/commit/6414bd3d8bdb84961e68968df4b0b025503f0d72), [`27773df`](https://github.com/xataio/client-ts/commit/27773df5addf0013d1a7238ac490904e7aad2334)]:
- @xata.io/client@0.29.0
## 0.1.25

@@ -15,0 +64,0 @@

10

package.json
{
"name": "@xata.io/netlify",
"version": "0.0.0-alpha.ve9c4933eac35dff12d8e8e19779ee6690fddaafa",
"version": "0.0.0-alpha.ve9d30987cb1a14ceeef1a7e509dbd277b3a5b935",
"description": "",

@@ -21,10 +21,10 @@ "main": "./dist/index.cjs",

"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.25.2",
"@netlify/build": "=29.20.6",
"@xata.io/client": "0.0.0-alpha.ve9c4933eac35dff12d8e8e19779ee6690fddaafa"
"@xata.io/client": "0.0.0-alpha.ve9d30987cb1a14ceeef1a7e509dbd277b3a5b935"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
"@types/node": "^22.5.2",
"typescript": "^5.5.4"
},

@@ -31,0 +31,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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