Socket
Socket
Sign inDemoInstall

import-fresh

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

index.d.ts

8

package.json
{
"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>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc