react-helmet-async
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -77,11 +77,11 @@ declare module 'react-helmet-async' { | ||
helmet: HelmetData; | ||
}; | ||
} | ||
interface ProviderProps { | ||
context?: {}; | ||
}; | ||
} | ||
export class HelmetProvider extends React.Component<ProviderProps> { | ||
static canUseDOM = canUseDOM; | ||
static canUseDOM: boolean; | ||
} | ||
} |
{ | ||
"name": "react-helmet-async", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Thread-safe Helmet for React 16+ and friends", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
218415