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

ff-typescript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ff-typescript - npm Package Compare versions

Comparing version

to
1.7.3

@@ -60,3 +60,3 @@ /*! *****************************************************************************

useGrouping?: boolean;
minimumintegerDigits?: number;
minimumIntegerDigits?: number;
minimumFractionDigits?: number;

@@ -74,3 +74,3 @@ maximumFractionDigits?: number;

currencyDisplay?: string;
minimumintegerDigits: number;
minimumIntegerDigits: number;
minimumFractionDigits: number;

@@ -239,3 +239,3 @@ maximumFractionDigits: number;

sampleRate: number;
getChannelData(channel: number): any;
getChannelData(channel: number): Float32Array;
}

@@ -1117,3 +1117,2 @@

interface BlobPropertyBag {

@@ -1133,4 +1132,2 @@ type?: string;

declare type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
interface MessageEventInit extends EventInit {

@@ -1151,2 +1148,4 @@ data?: any;

declare type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
interface ErrorEventHandler {

@@ -1153,0 +1152,0 @@ (message: string, filename?: string, lineno?: number, colno?: number, error?:Error): void;

{
"name": "ff-typescript",
"version": "1.6.2",
"version": "1.7.3",
"description": "Full-Frontal TypeScript that is exposed the internal APIs.",

@@ -27,3 +27,3 @@ "main": "./lib/typescript.js",

"bugs": {
"url": "https://github.com/shiwano/typhen/issues"
"url": "https://github.com/shiwano/ff-typescript/issues"
},

@@ -30,0 +30,0 @@ "engines": {

@@ -11,2 +11,3 @@ TypeScript is authored by:

* Bill Ticehurst
* Brett Mayen
* Bryan Forbes

@@ -21,7 +22,10 @@ * Caitlin Potter

* David Li
* Dick van den Brink
* Dirk B�umer
* Denis Nedelyaev
* Dick van den Brink
* Dirk Bäumer
* Eyas Sharaiha
* Frank Wallis
* Gabriel Isenberg
* Gilad Peleg
* Graeme Wicksted
* Guillaume Salles

@@ -36,2 +40,3 @@ * Harald Niesche

* Johannes Rieken
* John Vilk
* Jonathan Bond-Caron

@@ -41,6 +46,9 @@ * Jonathan Park

* Josh Kalderimis
* Julian Williams
* Kagami Sascha Rosylight
* Keith Mashinter
* Ken Howard
* Kenji Imamula
* Lorant Pinter
* Martin Všetička
* Masahiro Wakame

@@ -50,2 +58,3 @@ * Max Deepfield

* Mohamed Hegazy
* Nathan Shively-Sanders
* Oleg Mihailik

@@ -57,8 +66,12 @@ * Oleksandr Chekhovskyi

* piloopin
* @progre
* Punya Biswal
* Ron Buckton
* Ryan Cavanaugh
* Ryohei Ikegami
* Sébastien Arod
* Sheetal Nandi
* Shengping Zhong
* Shyyko Serhiy
* Simon H�rlimann
* Simon Hürlimann
* Solal Pirelli

@@ -72,6 +85,8 @@ * Stan Thomas

* TruongSinh Tran-Nguyen
* Viliv Vane
* Vladimir Matveev
* Wesley Wigham
* York Yao
* Yui Tanglertsampan
* Zev Spitz
* Zhengbo Li
* Zhengbo Li

@@ -35,2 +35,17 @@ ## Contributing bug fixes

## Contributing `lib.d.ts` fixes
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
Library files in `built/local/` are updated by running
```Shell
jake
```
The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
These two files represent the DOM typings and are auto-generated. To make any modifications to them, please submit a PR to https://github.com/Microsoft/TSJS-lib-generator
## Running the Tests

@@ -37,0 +52,0 @@

@@ -38,3 +38,4 @@ {

"mocha-fivemat-progress-reporter": "latest",
"tslint": "latest",
"tslint": "next",
"typescript": "next",
"tsd": "latest"

@@ -41,0 +42,0 @@ },

[![Build Status](https://travis-ci.org/Microsoft/TypeScript.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript)
[![npm version](https://badge.fury.io/js/typescript.svg)](http://badge.fury.io/js/typescript)
[![Downloads](http://img.shields.io/npm/dm/TypeScript.svg)](https://npmjs.org/package/typescript)
[![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript)
[![Downloads](https://img.shields.io/npm/dm/TypeScript.svg)](https://www.npmjs.com/package/typescript)

@@ -5,0 +5,0 @@ # TypeScript

Sorry, the diff of this file is not supported yet

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

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

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

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

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

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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

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

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

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

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

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