You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

babel-plugin-superjson-next

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-superjson-next

Install the library with your package manager of choice, e.g.:


Version published
Maintainers
3
Created

Readme

Source

superjson X next.js

Automatically transform your Next.js Pages to use SuperJSON. Supports getStaticProps & getServerSideProps.

All Contributors npm CI

Getting started

Install the library with your package manager of choice, e.g.:

npm install babel-plugin-superjson-next

Since this is a companion to SuperJSON, make sure it's also installed:

npm install superjson

for npm 7 or later, you can skip this since from npm v7 automatically installs peer dependencies

Add the plugin to your .babelrc. If you don't have one, create it.

{
  presets: ['next/babel'],
  plugins: [
    ...
    'superjson-next' // 👈
  ]
}

That's it! Now you're free to use all values and type supported by SuperJSON in your Next.js Components.

Options

You can use the exclude option to exclude specific properties from serialisation.

{
  presets: ['next/babel'],
  plugins: [
    ...
    ['superjson-next', { exclude: ["someProp"] }]
  ]
}

Contributing

  1. Clone the repo
  2. yarn
  3. yarn build

Test Example App

  1. cd example
  2. yarn (make sure you first run yarn build in the repo root)
  3. yarn test

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Simon Knott

💻 📹 🤔 🚧

Brandon Bayer

🤔 📢

Nicolas Torres

💻 ⚠️ 🐛

Benjamin Johnson

💻 ⚠️ 🐛

Joris

💻

Alex Rohleder

🐛

Alex Johansson

💬

Cyrus

🐛

Gabe O'Leary

🐛

jlmodell

🐛

Cheese

🐛

JuanM04

🐛

Pieter Venter

🐛

Santeri Elo

💻

Diego Albitres

💻

Michał Miszczyszyn

🐛 🔌

Ítalo Andrade

🐛 💻

Vincas Stonys

🐛

Felipe Lima

💻 🐛

Dante

📖

Nils Haberkamp

💻 🔌 🐛

This project follows the all-contributors specification. Contributions of any kind welcome!

FAQs

Package last updated on 22 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc