New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/ui-grid

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ui-grid - npm Package Compare versions

Comparing version

to
8.0.22-alpha

10

package.json
{
"name": "@types/ui-grid",
"version": "8.0.21-alpha",
"version": "8.0.22-alpha",
"description": "TypeScript definitions for ui-grid",

@@ -8,8 +8,12 @@ "main": "",

"author": "Ben Tesser <https://github.com/btesser>, Joe Skeen <http://github.com/joeskeen>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",
"typings": "index.d.ts",
"dependencies": {
"@types/jquery": "*",
"@types/angularjs": "*"
"@types/jquery": "1.10.*",
"@types/angularjs": "1.5.*"
}
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:40 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:35 GMT
* File structure: UMD
* Library Dependencies: jquery, angularjs
* Module Dependencies: none
* Global values: none
* Global values: uiGrid
# Credits
These definitions were written by Ben Tesser <https://github.com/btesser>, Joe Skeen <http://github.com/joeskeen>.

@@ -16,11 +16,11 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"globals": [],
"declaredModules": [
"angular-ui-grid"
"kind": "UMD",
"globals": [
"uiGrid"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "2219fd32fa8a5428838bd70dc94fdac0e8161602ffb0e2abe6526fc75a99012b"
"contentHash": "9d88f90ae8ff4d290a4d1ee75c3a6b9683f83a82ef9f6f5fa14eb5c3f5d77dbf"
}

Sorry, the diff of this file is too big to display