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

@ts-ghost/core-api

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-ghost/core-api - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

10

package.json

@@ -11,3 +11,3 @@ {

},
"version": "0.0.3",
"version": "0.0.4",
"main": "./dist/index.js",

@@ -28,8 +28,10 @@ "module": "./dist/index.mjs",

"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.29.1"
},
"dependencies": {
"vitest": "^0.29.1",
"cross-fetch": "^3.1.5",
"zod": "^3.20.6"
},
"peerDependencies": {
"cross-fetch": "^3.x",
"zod": "^3.x"
},
"publishConfig": {

@@ -36,0 +38,0 @@ "access": "public"

8

README.md

@@ -12,6 +12,6 @@ <!-- Warning about Beta status of the package -->

<h3 align="center">`@ts-ghost/core-api`</h3>
<h3 align="center"><code>@ts-ghost/core-api</code></h3>
<p align="center">
`@ts-ghost/core-api` is a building block used by the `@ts-ghost/content-api` it contains the Type-safe logic of Query Builder and Fetchers.
<code>@ts-ghost/core-api</code> is a building block used by the `@ts-ghost/content-api` it contains the Type-safe logic of Query Builder and Fetchers.
<br/>

@@ -59,7 +59,7 @@ <br/>

* **Philippe L'ATTENTION** - *Loves coding* - [Philippe L'ATTENTION](https://github.com/PhilDL) - *Creator*
* **[PhilDL](https://github.com/PhilDL)** - *Creator*
## Acknowledgements
* [https://ghost.org/](Ghost) is the best platform for blogging 💖 and have a good JS Client library that was a real inspiration.
* [Ghost](https://ghost.org/) is the best platform for blogging 💖 and have a good JS Client library that was a real inspiration.
* [Zod](https://github.com/colinhacks/zod) is a TypeScript-first library for data validation and schema building.
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