Socket
Socket
Sign inDemoInstall

@types/dat-gui

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/dat-gui - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

23

dat-gui/index.d.ts

@@ -46,16 +46,11 @@ // Type definitions for dat.GUI v0.6.1

// gui properties in dat/gui/GUI.js
parent(): GUI;
scrollable(): boolean;
autoPlace(): boolean;
preset(): string;
preset(s: string): void;
width(): number;
width(n: number): void;
name(): string;
name(s: string): void;
closed(): boolean;
closed(b: boolean): void;
load(): Object;
useLocalStorage(): boolean;
useLocalStorage(b: boolean): void;
readonly parent: GUI;
readonly scrollable: boolean;
readonly autoPlace: boolean;
preset: string;
width: number;
name: string;
closed: boolean;
readonly load: Object;
useLocalStorage: boolean;
}

@@ -62,0 +57,0 @@

{
"name": "@types/dat-gui",
"version": "0.6.0",
"description": "TypeScript definitions for dat.GUI v0.6.1",
"version": "0.6.1",
"description": "TypeScript definitions for dat.GUI",
"license": "MIT",

@@ -16,3 +16,3 @@ "author": "Satoru Kimura <https://github.com/gyohk>, ZongJing Lu <https://github.com/sonic3d>",

"typings": "index.d.ts",
"typesPublisherContentHash": "874556b9da435d7335553c287de6648a917536b74ccb689b47d004cc6ccd9ccb"
"typesPublisherContentHash": "b6ecde49a4e17603c62c5fafc43c42aff56862363fba7801b7bff8f4bf8c860d"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for dat.GUI v0.6.1 (https://github.com/dataarts/dat.gui).
This package contains type definitions for dat.GUI (https://github.com/dataarts/dat.gui).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 08 Nov 2016 14:00:30 GMT
* Last updated: Mon, 28 Nov 2016 16:28:39 GMT
* File structure: Global

@@ -15,0 +15,0 @@ * Library Dependencies: none

@@ -8,3 +8,3 @@ {

"libraryMinorVersion": 6,
"libraryName": "dat.GUI v0.6.1",
"libraryName": "dat.GUI",
"typingsPackageName": "dat-gui",

@@ -23,3 +23,3 @@ "projectName": "https://github.com/dataarts/dat.gui",

"hasPackageJson": false,
"contentHash": "874556b9da435d7335553c287de6648a917536b74ccb689b47d004cc6ccd9ccb"
"contentHash": "b6ecde49a4e17603c62c5fafc43c42aff56862363fba7801b7bff8f4bf8c860d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc