Skip to content

@next-safe/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 02:37
· 101 commits to main since this release

Minor Changes

  • #15 e7b4193 Thanks @nibtime! - better bundling config + bundling of external utils. Saves around ~100% size for _middleware - important for edge where limit is 1MB

  • #15 e7b4193 Thanks @nibtime! - provide an API handler for easy creation of a report procesing endpoint by Next/Vercel cloud function

  • #17 b084027 Thanks @nibtime! - provide strictInlineStyles middleware. Extend dist/document to write out hashes of inline styles (Hash-based) or attach nonce to inline styles (Nonce-based).

  • #17 b084027 Thanks @nibtime! - add tellsupported config option (a function) to strictDynamic. Allows for strong customization of fallback behavior by parsed user agent.