Socket
Socket
Sign inDemoInstall

generator-node-tsnext

Package Overview
Dependencies
131
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0-alpha.1 to 0.7.0-alpha.2

generators/app/templates/.circleci/config.yml

7

generators/app/templates/_package.json

@@ -25,5 +25,6 @@ {

"scripts": {
"build": "npm run build:cjs && npm run build:esm && rm -rf dist/ && echo \"> [build] Done!\"",
"build:cjs": "npm run lint && rm -rf dist/ && tsc -p tsconfig.json && mv dist/index.js dist/index.d.ts . && echo \"> [cjs] Done!\"",
"build:esm": "npm run lint && rm -rf dist/ && tsc -p tsconfig.esm.json && mv dist/index.js ./index.mjs && echo \"> [esm] Done!\"",
"build": "npm run cleanup && npm run build:cjs && npm run build:esm && mv dist/*.* . && rm -rf dist/ && echo \"> [build] Done!\"",
"build:cjs": "npm run lint && tsc -p tsconfig.json && echo \"> [cjs] Done!\"",
"build:esm": "npm run lint && tsc -p tsconfig.esm.json && echo \"> [esm] Done!\"",
"cleanup": "rm -rf ./*.*js ./*.d.ts dist/",
"lint": "tslint --project tsconfig.json --config tslint.prod.json --format stylish 'src/**/*.ts*'",

@@ -30,0 +31,0 @@ "lint:debug": "tslint --project tsconfig.json --config tslint.json --format stylish 'src/**/*.ts*'",

{
"name": "generator-node-tsnext",
"version": "0.7.0-alpha.1",
"version": "0.7.0-alpha.2",
"description": "Generator for developing in TypeScript Next",

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

@@ -9,17 +9,20 @@ <div align="center" style="text-align: center;">

[![NPM][nodei-badge]][nodei-url]
[![Version][version-badge]][version-url]
[![Downloads][downloads-badge]][downloads-url]
[![Node version][node-version-badge]][node-version-url]
[![MIT License][mit-license-badge]][mit-license-url]
[![Code of Conduct][coc-badge]][coc-url]
[![Downloads][downloads-badge]][downloads-url]
[![Total downloads][total-downloads-badge]][downloads-url]
[![Packagephobia][packagephobia-badge]][packagephobia-url]
[![Bundlephobia][bundlephobia-badge]][bundlephobia-url]
[![Build Status][travis-badge]][travis-url]
[![CircleCI][circleci-badge]][circleci-url]
[![Dependency Status][daviddm-badge]][daviddm-url]
[![NSP Status][nsp-badge]][nsp-url]
[![Coverage percentage][coveralls-badge]][coveralls-url]
[![codecov][codecov-badge]][codecov-url]
[![Coverage Status][coveralls-badge]][coveralls-url]
[![codebeat badge][codebeat-badge]][codebeat-url]
[![Codacy Badge][codacy-badge]][codacy-url]
[![codebeat badge][codebeat-badge]][codebeat-url]
[![Code of Conduct][coc-badge]][coc-url]

@@ -30,2 +33,3 @@ > To scaffold a Node.js module or project written in [TypeScript][typescript-url].

- [Table of contents](#table-of-contents)
- [Setup](#setup)

@@ -47,4 +51,4 @@ - [Pre-requisites](#pre-requisites)

- [npm][npm-url] >= `5.5.1` ___(The minimum NPM version for [node:carbon][node-releases-url])___
- [typescript][typescript-url] >= `2.6.2` ___(No guarantee it will work below the version specified here)___
- [tslint][tslint-url] >= `5.8.0` ___(No guarantee it will work below the version specified here)___
- [typescript][typescript-url] >= `3.0.1` ___(No guarantee it will work below the version specified here)___
- [tslint][tslint-url] >= `5.11.0` ___(No guarantee it will work below the version specified here)___
- [TSLint extension for your favorite text editor][tslint-extension-url]

@@ -109,35 +113,38 @@

<!-- Badges -->
[nodei-badge]: https://nodei.co/npm/generator-node-tsnext.png?downloads=true&downloadRank=true&stars=true
[version-badge]: https://flat.badgen.net/npm/v/generator-node-tsnext
[node-version-badge]: https://flat.badgen.net/npm/node/generator-node-tsnext
[mit-license-badge]: https://flat.badgen.net/npm/license/generator-node-tsnext
[travis-badge]: https://img.shields.io/travis/motss/generator-node-tsnext.svg?style=flat-square
[version-badge]: https://img.shields.io/npm/v/generator-node-tsnext.svg?style=flat-square
[downloads-badge]: https://img.shields.io/npm/dm/generator-node-tsnext.svg?style=flat-square
[mit-license-badge]: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square
[daviddm-badge]: https://img.shields.io/david/motss/generator-node-tsnext.svg?style=flat-square
[nsp-badge]: https://nodesecurity.io/orgs/motss/projects/fb100587-da3c-46c1-afd6-7e90bf411646/badge?style=flat-square
[downloads-badge]: https://flat.badgen.net/npm/dm/generator-node-tsnext
[total-downloads-badge]: https://flat.badgen.net/npm/dt/generator-node-tsnext?label=total%20downloads
[packagephobia-badge]: https://flat.badgen.net/packagephobia/install/generator-node-tsnext
[bundlephobia-badge]: https://flat.badgen.net/bundlephobia/minzip/generator-node-tsnext
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[travis-badge]: https://flat.badgen.net/travis/motss/generator-node-tsnext
[circleci-badge]: https://flat.badgen.net/circleci/github/motss/generator-node-tsnext
[daviddm-badge]: https://flat.badgen.net/david/dep/motss/generator-node-tsnext
[codecov-badge]: https://flat.badgen.net/codecov/c/github/motss/generator-node-tsnext?label=codecov
[coveralls-badge]: https://flat.badgen.net/coveralls/c/github/motss/generator-node-tsnext?label=coveralls
[coveralls-badge]: https://coveralls.io/repos/github/motss/generator-node-tsnext/badge.svg?branch=master&style=flat-square
[codecov-badge]: https://codecov.io/gh/motss/generator-node-tsnext/branch/master/graph/badge.svg?style=flat-square
[codebeat-badge]: https://codebeat.co/badges/2e98378b-4e11-497e-a692-ba66a4d1c71a?style=flat-square
[codacy-badge]: https://api.codacy.com/project/badge/Grade/1ea482be29d14b848f5f8b34ca8e9dd9?style=flat-square
[codebeat-badge]: https://codebeat.co/badges/2e98378b-4e11-497e-a692-ba66a4d1c71a?style=flat-square
[coc-badge]: https://flat.badgen.net/badge/code%20of/conduct/pink
<!-- Links -->
[nodei-url]: https://nodei.co/npm/generator-node-tsnext/
[travis-url]: https://travis-ci.org/motss/generator-node-tsnext
[version-url]: https://www.npmjs.com/package/generator-node-tsnext
[downloads-url]: http://www.npmtrends.com/generator-node-tsnext
[node-version-url]: https://nodejs.org/en/download
[mit-license-url]: https://github.com/motss/generator-node-tsnext/blob/master/LICENSE
[daviddm-url]: https://david-dm.org/motss/generator-node-tsnext
[nsp-url]: https://nodesecurity.io/orgs/motss/projects/fb100587-da3c-46c1-afd6-7e90bf411646
[coc-url]: https://github.com/motss/generator-node-tsnext/blob/master/CODE_OF_CONDUCT.md
[downloads-url]: http://www.npmtrends.com/generator-node-tsnext
[packagephobia-url]: https://packagephobia.now.sh/result?p=generator-node-tsnext
[bundlephobia-url]: https://bundlephobia.com/result?p=generator-node-tsnext@1.2.0
[travis-url]: https://travis-ci.org/motss/generator-node-tsnext
[circleci-url]: https://circleci.com/gh/motss/generator-node-tsnext/tree/master
[daviddm-url]: https://david-dm.org/motss/generator-node-tsnext
[coveralls-url]: https://coveralls.io/github/motss/generator-node-tsnext?branch=master
[codecov-url]: https://codecov.io/gh/motss/generator-node-tsnext
[codebeat-url]: https://codebeat.co/projects/github-com-motss-generator-node-tsnext-master
[codacy-url]: https://www.codacy.com/app/motss/generator-node-tsnext?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=motss/generator-node-tsnext&amp;utm_campaign=Badge_Grade
[codebeat-url]: https://codebeat.co/projects/github-com-motss-generator-node-tsnext-master
[coc-url]: https://github.com/motss/generator-node-tsnext/blob/master/CODE_OF_CONDUCT.md

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc