Socket
Socket
Sign inDemoInstall

typescript

Package Overview
Dependencies
0
Maintainers
1
Versions
3111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1-1

45

package.json
{
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "0.8.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": ["TypeScript", "Microsoft", "compiler", "language", "javascript"],
"bugs": {"url" : "http://typescript.codeplex.com/workitem/list/basic"},
"repository" : { "type" : "git",
"url" : "https://git01.codeplex.com/TypeScript" },
"preferGlobal" : true,
"main" : "./bin/typescript.js",
"bin" : { "tsc" : "./bin/tsc" }
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "0.8.1-1",
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://typescript.codeplex.com/license"
}
],
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript"
],
"bugs": {
"url" : "http://typescript.codeplex.com/workitem/list/basic"
},
"repository" : {
"type" : "git",
"url" : "https://git01.codeplex.com/typescript"
},
"preferGlobal" : true,
"main" : "./bin/typescript.js",
"bin" : {
"tsc" : "./bin/tsc"
},
"engines" : {
"node" : ">=0.8.0"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc