Comparing version 0.7.0 to 0.7.1
@@ -35,3 +35,3 @@ "use strict"; | ||
try { | ||
opts = JSON.parse(options); | ||
opts = options ? JSON.parse(options) : opts; | ||
} | ||
@@ -38,0 +38,0 @@ catch (error) { |
{ | ||
"name": "knip", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Find unused files, dependencies and exports in your TypeScript and JavaScript project", | ||
@@ -48,10 +48,10 @@ "keywords": [ | ||
"ts-morph": "16.0.0", | ||
"ts-morph-helpers": "0.5.0" | ||
"ts-morph-helpers": "0.5.1" | ||
}, | ||
"devDependencies": { | ||
"@types/micromatch": "4.0.2", | ||
"@types/node": "18.8.1", | ||
"@types/node": "18.8.5", | ||
"prettier": "2.7.1", | ||
"release-it": "15.5.0", | ||
"tsx": "3.9.0", | ||
"tsx": "3.10.1", | ||
"typescript": "4.8.4" | ||
@@ -58,0 +58,0 @@ }, |
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
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
71223
+ Addedts-morph-helpers@0.5.1(transitive)
- Removedts-morph-helpers@0.5.0(transitive)
Updatedts-morph-helpers@0.5.1