Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "ts-dedent", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript package which smartly trims and strips indentation from multi-line strings", | ||
@@ -12,3 +12,4 @@ "author": "Tamino Martinius <dev@zaku.eu>", | ||
"files": [ | ||
"dist/*" | ||
"dist", | ||
"src" | ||
], | ||
@@ -44,10 +45,10 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.6.8", | ||
"codecov": "^3.5.0", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"typescript": "^3.5.3" | ||
"@types/jest": "^24.9.1", | ||
"@types/node": "^13.5.0", | ||
"codecov": "^3.6.2", | ||
"jest": "^25.1.0", | ||
"ts-jest": "^25.0.0", | ||
"tslint": "^6.0.0", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -54,0 +55,0 @@ "jest": { |
@@ -16,4 +16,3 @@ # TypeScript Dedent | ||
readable without lots of spaces ending up in the string | ||
itself.` | ||
); | ||
itself.`); | ||
@@ -97,4 +96,4 @@ console.log(dedent` | ||
* [https://www.npmjs.com/package/dedent](dedent) by ~dmnd | ||
* [https://www.npmjs.com/package/dedent-js](dedent-js) by ~martin-kolarik | ||
- [dedent](https://www.npmjs.com/package/dedent) by ~dmnd | ||
- [dedent-js](https://www.npmjs.com/package/dedent-js) by ~martin-kolarik | ||
@@ -105,2 +104,3 @@ ## Changelog | ||
* `1.0.0` **2018-06-14** Initial release | ||
- `1.1.0` **2019-07-26** Updated dependencies and fixed links in readme | ||
- `1.0.0` **2018-06-14** Initial release |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
17668
9
468