Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typescript

Package Overview
Dependencies
Maintainers
1
Versions
3262
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.20150730 to 1.6.0-dev.20150731

lib/lib.core.d.ts

4

Jakefile.js

@@ -20,3 +20,3 @@ // This file contains the build logic for the public repo

var builtLocalDirectory = "built/local/";
var LKGDirectory = "bin/";
var LKGDirectory = "lib/";

@@ -222,3 +222,3 @@ var copyright = "CopyrightNotice.txt";

var dir = useBuiltCompiler ? builtLocalDirectory : LKGDirectory;
var options = "--module commonjs -noImplicitAny";
var options = "--module commonjs --noImplicitAny --noEmitOnError";

@@ -225,0 +225,0 @@ // Keep comments when specifically requested

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

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

@@ -23,4 +23,3 @@ "description": "TypeScript is a language for application scale JavaScript development",

},
"preferGlobal": true,
"main": "./bin/typescript.js",
"main": "./lib/typescript.js",
"bin": {

@@ -27,0 +26,0 @@ "tsc": "./bin/tsc",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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