Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-next-dynamic

Package Overview
Dependencies
Maintainers
15
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-next-dynamic - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.d.ts

30

package.json
{
"name": "jest-next-dynamic",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"scripts": {
"test": "jest"
"test": "jest",
"version": "yarn changeset version",
"changeset": "changeset"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^24.1.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"jest": "^24.9.0",
"next": "^9.0.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.3"
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@changesets/cli": "^2.27.10",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"babel-jest": "^29.7.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"jest": "^29.7.0",
"next": "^14.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1"
}
}

15

README.md

@@ -0,5 +1,7 @@

<a href="https://commerce.nearform.com/open-source/" target="_blank">
<img alt="Jest-Next-Dynamic" src="https://oss.nearform.com/api/banner.svg?text=jest-next-dynamic" />
</a>
[![Maintenance Status][maintenance-image]](#maintenance-status)
# jest-next-dynamic
Unlike [react-loadable](https://github.com/jamiebuilds/react-loadable), the

@@ -52,7 +54,12 @@ [dynamic import](https://github.com/zeit/next.js#dynamic-import) support

```
## 🤝 Contributing
Please see our [Contributing](./CONTRIBUTING.md) guide.
## Maintenance Status
**Experimental:** This project is quite new. We're not sure what our ongoing maintenance plan for this project will be. Bug reports, feature requests and pull requests are welcome. If you like this project, let us know!
**Active:** NearForm (Previously Formidable) is actively working on this project, and we expect to continue work on this project for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
[maintenance-image]: https://img.shields.io/badge/maintenance-experimental-blueviolet.svg
[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg?color=brightgreen&style=flat
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc