@types/react-scroll
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,0 +0,0 @@ // Type definitions for react-scroll 1.5 |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -8,2 +8,3 @@ import * as React from "react"; | ||
spy?: boolean; | ||
hashSpy?: boolean; | ||
smooth?: boolean | string; | ||
@@ -10,0 +11,0 @@ offset?: number; |
@@ -0,0 +0,0 @@ export { default as Button } from "./components/Button"; |
@@ -0,0 +0,0 @@ export function animateTopScroll(y: number, options: any, to: string, target: any): void; |
@@ -0,0 +0,0 @@ export namespace Helpers { |
@@ -0,0 +0,0 @@ declare namespace Events { |
@@ -0,0 +0,0 @@ interface ScrollSpy { |
@@ -0,0 +0,0 @@ export function unmount(): void; |
{ | ||
"name": "@types/react-scroll", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "TypeScript definitions for react-scroll", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Ioannis Kokkinidis", | ||
"url": "https://github.com/sudoplz" | ||
"url": "https://github.com/sudoplz", | ||
"githubUsername": "sudoplz" | ||
}, | ||
{ | ||
"name": "Giedrius Grabauskas", | ||
"url": "https://github.com/GiedriusGrabauskas" | ||
"url": "https://github.com/GiedriusGrabauskas", | ||
"githubUsername": "GiedriusGrabauskas" | ||
} | ||
@@ -26,5 +28,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "56ab5fcdb7195ce3c602dfb4f991d411baabcfa37a7fa8f24f4f6ac97eb27fac", | ||
"typesPublisherContentHash": "a11c4072cea3e4cc0f62bda183ab3e85283d36661a1859f88d31605866e64497", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Jun 2017 17:37:55 GMT | ||
* Last updated: Wed, 15 Nov 2017 11:28:31 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
6382
92