Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-node-tsnext

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-node-tsnext - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

generators/app/index.js

@@ -63,3 +63,4 @@ 'use strict';

name: 'description',
message: 'Description'
message: 'Description',
default: 'Simple Node.js module to output greeting message, written in TypeScript'
},

@@ -103,3 +104,8 @@ {

return this.prompt(prompts).then(props => {
this.props = props;
this.props = Object.assign({}, props, {
docDescription: (this.props.description || '').replace(
/typeScript/i,
'[TypeScript][typescript-url]'
)
});
});

@@ -106,0 +112,0 @@ }

@@ -5,4 +5,3 @@ {

"private": true,
"description":
"Simple Node.js module to output greeting message, written in TypeScript",
"description": "<%= description %>",
"keywords": ["<%= packageName %>", "node", "typescript"],

@@ -33,3 +32,3 @@ "homepage": "<%= homepage %>",

"ts":
"tsc --target esnext --lib esnext, esnext.asynciterable --module commonjs gulpfile.ts"
"tsc --target esnext --lib esnext,esnext.asynciterable --module commonjs gulpfile.ts"
},

@@ -36,0 +35,0 @@ "dependencies": {},

2

generators/app/templates/_README.md

@@ -24,3 +24,3 @@ <div align="center" style="text-align: center;">

> Simple Node.js module to output greeting message, written in [TypeScript][typescript-url].
> <%= docDescription %>

@@ -27,0 +27,0 @@ ## Table of contents

{
"name": "generator-node-tsnext",
"version": "0.1.2",
"version": "0.1.3",
"description": "Generator for developing in TypeScript Next",

@@ -5,0 +5,0 @@ "keywords": [

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