@transloadit/enrich-tweet
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -1,2 +0,2 @@ | ||
type Tweet = { | ||
interface Tweet { | ||
full_text?: string; | ||
@@ -19,4 +19,4 @@ entities?: { | ||
}; | ||
}; | ||
} | ||
declare const _default: (tweet: Tweet, unshorten?: boolean) => Promise<string | undefined>; | ||
export = _default; |
{ | ||
"name": "@transloadit/enrich-tweet", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"repository": { | ||
@@ -16,5 +16,2 @@ "type": "git", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -37,3 +34,3 @@ "test": "echo \"Error: run tests from root\" && exit 1", | ||
}, | ||
"gitHead": "2ecaca98e3fd0b6804d925b8e071c3d37a3532a3" | ||
"gitHead": "0a3041d61326d5de201cb1728e1a1a2d7a0cd5bc" | ||
} |
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
119694
19
1518
1