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

primis

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primis - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0

src/template/.eslintrc.json

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [1.0.0] - 2020-04-29
### Changed
- Move from TSlint to ESlint.
## [0.2.1] - 2020-03-05

@@ -10,0 +16,0 @@

2

package.json
{
"name": "primis",
"description": "Command line tool for generate TypeScript project.",
"version": "0.2.1",
"version": "1.0.0",
"main": "src/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -6,2 +6,3 @@ # Primis

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Build Status](https://travis-ci.org/aofleejay/primis.svg?branch=master)](https://travis-ci.org/aofleejay/primis)

@@ -21,4 +22,4 @@ Command line tool for generate TypeScript project.

- TypeScript
- TSlint
- ESlint
- Prettier
- Jest

@@ -58,2 +58,7 @@ 'use strict'

'@types/jest',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
'eslint',
'eslint-config-prettier',
'eslint-plugin-jest',
'husky',

@@ -64,4 +69,2 @@ 'jest',

'ts-jest',
'tslint',
'tslint-config-prettier',
'typescript',

@@ -89,1 +92,2 @@ ]

fs.copySync(templateDir, root)
fs.moveSync(root + '/gitignore', root + '/.gitignore')

@@ -1,1 +0,1 @@

export const hello: string = 'world'
export const hello = 'world'
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