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

contentful-typescript-codegen

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-typescript-codegen - npm Package Compare versions

Comparing version

to
3.2.3

@@ -128,6 +128,11 @@ #!/usr/bin/env node

function escapeSingleQuotes(str) {
if (str === void 0) { str = ""; }
return str.replace(/'/g, "\\'");
}
function renderSymbol(field) {
var inValidation = field.validations.find(function (validation) { return !!validation.in; });
if (inValidation) {
return renderUnionValues(inValidation.in.map(function (value) { return "'" + value + "'"; }));
return renderUnionValues(inValidation.in.map(function (value) { return "'" + escapeSingleQuotes(value) + "'"; }));
}

@@ -134,0 +139,0 @@ else {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var renderUnion_1 = require("../../typescript/renderUnion");
var utils_1 = require("../../utils");
function renderSymbol(field) {
var inValidation = field.validations.find(function (validation) { return !!validation.in; });
if (inValidation) {
return renderUnion_1.renderUnionValues(inValidation.in.map(function (value) { return "'" + value + "'"; }));
return renderUnion_1.renderUnionValues(inValidation.in.map(function (value) { return "'" + utils_1.escapeSingleQuotes(value) + "'"; }));
}

@@ -9,0 +10,0 @@ else {

@@ -10,3 +10,3 @@ {

},
"version": "3.2.2",
"version": "3.2.3",
"main": "dist/contentful-typescript-codegen.js",

@@ -38,3 +38,3 @@ "bin": "./dist/contentful-typescript-codegen.js",

"peerDependencies": {
"prettier": "1.x"
"prettier": ">= 1"
},

@@ -49,12 +49,7 @@ "devDependencies": {

"@types/prettier": "^1.18.0",
"colors": "^1.3.3",
"contentful": "^8.1.9",
"coveralls": "^3.0.5",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.0.2",
"jest": "^26.0.0",
"jest-config": "^26.0.0",
"lint-staged": "^9.2.1",
"lodash.camelcase": "^4.3.0",
"prettier": "1.x",

@@ -70,3 +65,2 @@ "rimraf": "^2.6.3",

"ts-jest": "^26.0.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",

@@ -73,0 +67,0 @@ "tslint-config-prettier": "^1.18.0",

@@ -9,6 +9,6 @@ # contentful-typescript-codegen

At Intercom, we use this in our [marketing site] to increase developer confidence and productivity,
At Intercom, we use this in our [website] to increase developer confidence and productivity,
ensure that breaking changes to our Content Types don't cause an outage, and because it's neat.
[marketing site]: https://www.intercom.com
[website]: https://www.intercom.com

@@ -15,0 +15,0 @@ ## Usage

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