import-fresh
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "import-fresh", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Import a module while bypassing the cache", | ||
@@ -16,7 +16,8 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "xo && ava", | ||
"test": "xo && ava && tsd", | ||
"heapdump": "node heapdump.js" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
@@ -39,4 +40,5 @@ "keywords": [ | ||
"heapdump": "^0.3.12", | ||
"tsd": "^0.7.3", | ||
"xo": "^0.23.0" | ||
} | ||
} |
@@ -48,4 +48,12 @@ # import-fresh [![Build Status](https://travis-ci.org/sindresorhus/import-fresh.svg?branch=master)](https://travis-ci.org/sindresorhus/import-fresh) | ||
## License | ||
--- | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) | ||
<div align="center"> | ||
<b> | ||
<a href="https://tidelift.com/subscription/pkg/npm-require-uncached?utm_source=npm-require-uncached&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a> | ||
</b> | ||
<br> | ||
<sub> | ||
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies. | ||
</sub> | ||
</div> |
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
4464
5
44
59
4