Socket
Socket
Sign inDemoInstall

typescript

Package Overview
Dependencies
Maintainers
1
Versions
3189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript - npm Package Compare versions

Comparing version 1.6.0-dev.20150818 to 1.6.0-dev.20150819

8

lib/lib.core.d.ts

@@ -342,5 +342,5 @@ /*! *****************************************************************************

* @param searchValue A String object or string literal that represents the regular expression
* @param replaceValue A function that returns the replacement text.
* @param replacer A function that returns the replacement text.
*/
replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string;
replace(searchValue: string, replacer: (substring: string, ...args: any[]) => string): string;

@@ -357,5 +357,5 @@ /**

* @param searchValue A Regular Expression object containing the regular expression pattern and applicable flags
* @param replaceValue A function that returns the replacement text.
* @param replacer A function that returns the replacement text.
*/
replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string;
replace(searchValue: RegExp, replacer: (substring: string, ...args: any[]) => string): string;

@@ -362,0 +362,0 @@ /**

@@ -5,3 +5,3 @@ {

"homepage": "http://typescriptlang.org/",
"version": "1.6.0-dev.20150818",
"version": "1.6.0-dev.20150819",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "description": "TypeScript is a language for application scale JavaScript development",

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

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