Socket
Socket
Sign inDemoInstall

conjure-typescript

Package Overview
Dependencies
178
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.10.0 to 5.0.0

2

lib/commands/generate/utils.js

@@ -27,2 +27,3 @@ "use strict";

// Keywords taken from https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#221-reserved-words
// with the addition of some build tools' specific keywords like "module"
var reservedKeywords = new Set([

@@ -53,2 +54,3 @@ "break",

"null",
"module",
"return",

@@ -55,0 +57,0 @@ "super",

2

package.json
{
"name": "conjure-typescript",
"version": "4.10.0",
"version": "5.0.0",
"description": "A conjure generator for Typescript",

@@ -5,0 +5,0 @@ "bin": {

@@ -44,2 +44,3 @@ /**

// Keywords taken from https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#221-reserved-words
// with the addition of some build tools' specific keywords like "module"
const reservedKeywords = new Set([

@@ -70,2 +71,3 @@ "break",

"null",
"module",
"return",

@@ -72,0 +74,0 @@ "super",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc