Comparing version 0.1.1 to 0.1.2-0
{ | ||
"name": "ts-mocha", | ||
"version": "0.1.1", | ||
"description": "Mocha wrapped in TypeScript for easy use in TypeScript Projects", | ||
"version": "0.1.2-0", | ||
"description": "Mocha wrapper that allows running TypeScript tests using TypeScript runtime (ts-node) to get rid of compilation complexity", | ||
"repository": "https://github.com/piotrwitek/ts-mocha", | ||
@@ -10,35 +10,36 @@ "author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io)", | ||
"typings": "dist/index.d.ts", | ||
"bin": "dist/cli.js", | ||
"bin": "./bin/ts-mocha", | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">= 0.10.x" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"package.json", | ||
"README.md", | ||
"LICENSE", | ||
"yarn.lock" | ||
], | ||
"scripts": { | ||
"precommit": "npm run lint && npm run tsc", | ||
"prepush": "npm run test", | ||
"prepublishOnly": "yarn run clean && yarn && yarn run build", | ||
"prepublishOnly": "yarn run clean && yarn && yarn start", | ||
"clean": "rm -rf node_modules/", | ||
"dev": "ts-node -P src/ src/index.ts", | ||
"build": "rm -rf dist/ && tsc -p src/", | ||
"start": "node dist/index.js", | ||
"lint": "tslint 'src/**/*.ts'", | ||
"tsc": "tsc -p src/ --noEmit", | ||
"start": "./bin/ts-mocha -p test test/**/*.spec.ts", | ||
"test": "echo \"Yet no tests was needed.\"" | ||
}, | ||
"dependencies": { | ||
"mocha": "^3.2.0" | ||
"ts-node": "^1.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/expect": "^1.13.31", | ||
"@types/mocha": "^2.2.33", | ||
"@types/node": "^0.0.2", | ||
"expect": "^1.20.2", | ||
"husky": "^0.11.9", | ||
"ts-node": "^1.7.2", | ||
"mocha": "^3.2.0", | ||
"tslint": "^4.0.2", | ||
"typescript": "^2.1.4" | ||
}, | ||
"peerDependencies": { | ||
"mocha": "^3.2.0" | ||
}, | ||
"files": [ | ||
"bin/", | ||
"src/", | ||
"package.json", | ||
"README.md", | ||
"LICENSE", | ||
"yarn.lock" | ||
], | ||
"keywords": [ | ||
@@ -45,0 +46,0 @@ "ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
34874
6
8
2
8
2
+ Addedts-node@^1.7.2
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedany-promise@1.3.0(transitive)
+ Addedarrify@1.0.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addederror-ex@1.3.2(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedis-arrayish@0.2.1(transitive)
+ Addedis-utf8@0.2.1(transitive)
+ Addedmake-error@1.3.6(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedparse-json@2.2.0(transitive)
+ Addedpinkie@2.0.4(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedsource-map-support@0.4.18(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedstrip-bom@2.0.0(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedts-node@1.7.3(transitive)
+ Addedtsconfig@5.0.3(transitive)
+ Addeduser-home@1.1.1(transitive)
+ Addedv8flags@2.1.1(transitive)
+ Addedxtend@4.0.2(transitive)
+ Addedyn@1.3.0(transitive)
- Removedmocha@^3.2.0