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

prismic-ts-codegen

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prismic-ts-codegen - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

30

package.json
{
"name": "prismic-ts-codegen",
"version": "0.0.6",
"version": "0.0.7",
"description": "An experimental Prismic model-to-TypeScript-type generator",

@@ -52,23 +52,23 @@ "keywords": [

"fast-glob": "^3.2.11",
"jiti": "^1.13.0",
"jiti": "^1.14.0",
"joi": "^17.6.0",
"meow": "^10.1.2",
"node-fetch": "^3.2.4",
"meow": "^10.1.3",
"node-fetch": "^3.2.6",
"pascal-case": "^3.1.2",
"prettier": "^2.6.2",
"ts-morph": "^14.0.0"
"prettier": "^2.7.1",
"ts-morph": "^15.1.0"
},
"devDependencies": {
"@prismicio/mock": "^0.0.10",
"@prismicio/types": "^0.1.27",
"@prismicio/types": "^0.1.29",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/common-tags": "^1.8.1",
"@types/prettier": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"ava": "^4.2.0",
"esbuild-register": "^3.3.2",
"eslint": "^8.15.0",
"@types/prettier": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"ava": "^4.3.0",
"esbuild-register": "^3.3.3",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.16",

@@ -80,3 +80,3 @@ "nyc": "^15.1.0",

"standard-version": "^9.5.0",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
},

@@ -83,0 +83,0 @@ "peerDependencies": {

@@ -12,6 +12,4 @@ # prismic-ts-codegen

> ⚠ This project is in an experimental state. Use it at your own risk or stay tuned for the official release!
A Prismic model-to-TypeScript-type generator.
An experimental Prismic model-to-TypeScript-type generator.
- Converts Custom Type and Shared Slice models to TypeScript types

@@ -18,0 +16,0 @@ - Integrates with other Prismic TypeScript libraries

@@ -20,5 +20,5 @@ import Joi from "joi";

clientIntegration: {
includeCreateClientInterface: Joi.boolean,
},
clientIntegration: Joi.object({
includeCreateClientInterface: Joi.boolean(),
}),

@@ -25,0 +25,0 @@ locales: Joi.alternatives(

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