🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@types/rickshaw

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rickshaw - npm Package Compare versions

Comparing version
0.0.29
to
0.0.30
+0
-5
rickshaw/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for Rickshaw
// Project: http://code.shutterstock.com/rickshaw/
// Definitions by: Blake Niemyjski <https://github.com/niemyjski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare var Rickshaw: any;
+7
-6
{
"name": "@types/rickshaw",
"version": "0.0.29",
"description": "TypeScript definitions for Rickshaw",
"version": "0.0.30",
"description": "TypeScript definitions for rickshaw",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rickshaw",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "Blake Niemyjski",
"url": "https://github.com/niemyjski",
"githubUsername": "niemyjski"
"githubUsername": "niemyjski",
"url": "https://github.com/niemyjski"
}

@@ -23,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "56bb7d8737e85537af5428f1d2f31af934924cb1f51d533a9be19fe91c37f2ee",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "990f20bbde6bef50d0cec120829a959095cadf695c28c1e3b42c29556ca9316a",
"typeScriptVersion": "4.5"
}

@@ -5,13 +5,17 @@ # Installation

# Summary
This package contains type definitions for Rickshaw (http://code.shutterstock.com/rickshaw/).
This package contains type definitions for rickshaw (http://code.shutterstock.com/rickshaw/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rickshaw.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rickshaw/index.d.ts)
````ts
declare var Rickshaw: any;
````
### Additional Details
* Last updated: Fri, 15 May 2020 13:12:32 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: `Rickshaw`
# Credits
These definitions were written by [Blake Niemyjski](https://github.com/niemyjski).