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

react-helmet

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-helmet - npm Package Versions

1345

5.0.0

Diff

Changelog

Source

5.0.0 (2017-03-21)

Features

  • New Simplified API (fully backward-compatible) - Helmet now takes plain HTML tags for the majority of the API with just a few remaining props for Helmet - retaining titleTemplate, defaultTitle, onChangeClientState, and one new - encodeSpecialCharacters - refer to README for details. Directly passing Helmet props will be deprecated in the future. (#246)
  • requestIdleCallback utilized to consolidate DOM changes and makes these non-blocking for things like animations. Fixes first client-side render not matching server-side render. Maintains one DOM change between route changes on the client-side as well. (#248)
  • On server-side, Helmet.renderStatic() aliased to Helmet.rewind() for more clarity. rewind will be deprecated in the future.
  • Yarn support
nfl
published 5.0.0-beta.4 •

nfl
published 5.0.0-beta.3 •

nfl
published 5.0.0-beta.2 •

nfl
published 5.0.0-beta •

nfl
published 4.0.0 •

Changelog

Source

4.0.0

Features

  • Replacing PlainComponent with stateless functional component NullComponent, with a hard requirement to use React 15 or higher.
nfl
published 3.3.2 •

Changelog

Source

3.3.2

Bugfixes

  • Removed stateless functional component NullComponent because of it's incompatibility with React 14 and reverted back to PlainComponent.
nfl
published 3.3.1 •

Changelog

Source

3.3.1 [BROKEN]

Bugfixes

  • README updates - npm badge and helmet image
  • Bump react-side-effect to 1.1.0
  • Removing PlainComponent, replaced with NullComponent defined within Helmet.js
  • Refactored code - cut lines of code and used reduce to simplify functions
  • Replaced PlainComponent with NullComponent (now within Helmet.js)
nfl
published 3.3.0 •

Changelog

Source

3.3.0

Features

  • itemprop available in meta tags
  • New API - titleAttributes to add attributes to the title tag
  • class support for html tag
nfl
published 3.2.3 •

Changelog

Source

3.2.3

Bugfixes

  • applied previous fix (undefined value for primary attribute key) to base tag
  • fix htmlAttributes fallback value when calling rewind() on blank Helmet
  • Removed unneeded dependencies - shallowequal, warning
  • babel configuration moved into .babelrc
  • eslint configuration moved into .eslintrc
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