react-helmet-async
Advanced tools
Comparing version 1.0.0 to 1.0.1
declare module 'react-helmet-async' { | ||
import React from 'react'; | ||
import Helmet, { HelmetData } from 'react-helmet'; | ||
export default Helmet; | ||
export { Helmet }; | ||
@@ -6,0 +6,0 @@ export type FilledContext = { |
{ | ||
"name": "react-helmet-async", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Thread-safe Helmet for React 16+ and friends", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"jsdom": "11.12.0", | ||
"microbundle": "0.11.0", | ||
"microbundle": "^0.11.0", | ||
"prettier": "1.16.4", | ||
@@ -53,3 +53,3 @@ "raf": "3.4.1", | ||
"react-dom": "16.8.4", | ||
"rimraf": "2.6.3" | ||
"rimraf": "^2.6.3" | ||
}, | ||
@@ -56,0 +56,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
216342