create-ts-project
Advanced tools
Comparing version 0.0.0-development to 1.0.0
{ | ||
"name": "create-ts-project", | ||
"version": "0.0.0-development", | ||
"description": "Create a new pre-configured TypeScript project with ease.", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/KingHenne/create-ts-project.git" | ||
}, | ||
"author": "Hendrik Liebau", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/KingHenne/create-ts-project/issues" | ||
}, | ||
"homepage": "https://github.com/KingHenne/create-ts-project#readme", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
"project", | ||
"scaffolding", | ||
"tsconfig", | ||
"tslint" | ||
] | ||
"name": "create-ts-project", | ||
"description": "", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Piotr Kowalski", | ||
"email": "piecioshka@gmail.com", | ||
"url": "https://piecioshka.pl/" | ||
}, | ||
"scripts": { | ||
"clear": "rm -rf dist/", | ||
"clear:all": "rm -rf node_modules/ && npm run clear", | ||
"test": "echo not yet", | ||
"start": "tsc && node dist/index.js", | ||
"dev": "ts-node src/index.ts", | ||
"postversion": "git push --tags" | ||
}, | ||
"dependencies": { | ||
"ts-node": "^8.4.1", | ||
"typescript": "^3.6.4" | ||
}, | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:piecioshka/create-ts-project.git" | ||
}, | ||
"files": [ | ||
"src", | ||
"LICENSE", | ||
"package.json", | ||
"README.md", | ||
"tsconfig.json" | ||
], | ||
"keywords": [ | ||
"typescript", | ||
"playground", | ||
"create", | ||
"simple", | ||
"project", | ||
"seed" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9399
5
73
1
42
2
1
+ Addedts-node@^8.4.1
+ Addedtypescript@^3.6.4
+ Addedarg@4.1.3(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addeddiff@4.0.2(transitive)
+ Addedmake-error@1.3.6(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedts-node@8.10.2(transitive)
+ Addedtypescript@3.9.10(transitive)
+ Addedyn@3.1.1(transitive)