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

typescript-services-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-services-api - npm Package Compare versions

Comparing version 1.1.0-1.2 to 1.1.0-1.3

10

index.d.ts
/// <reference path="./typescriptServices.d.ts" />
// Avoid circular definition
declare module __TypeScriptServicesApi {
export import __ts = ts;
export import __TypeScript = TypeScript;
}
declare module 'typescript-services-api' {
var typeScriptServicesApi: { ts: typeof ts; TypeScript: typeof TypeScript };
export = typeScriptServicesApi;
export import ts = __TypeScriptServicesApi.__ts;
export import TypeScript = __TypeScriptServicesApi.__TypeScript;
}

6

package.json
{
"name": "typescript-services-api",
"description": "A TypeScript services as commonJS module.",
"version": "1.1.0-1.2",
"version": "1.1.0-1.3",
"homepage": "https://github.com/shiwano/typescript-services-api",

@@ -48,3 +48,5 @@ "author": {

},
"keywords": [],
"keywords": [
"typescript"
],
"dependencies": {

@@ -51,0 +53,0 @@ "typescript": "1.1.0-1"

# typescript-services-api [![Build Status](https://secure.travis-ci.org/shiwano/typescript-services-api.png?branch=master)](http://travis-ci.org/shiwano/typescript-services-api)
A TypeScript services as commonJS module.
A TypeScript language services as CommonJS module.

@@ -17,4 +17,5 @@ ## Getting Started

## Release History
* 2014-11-03   v1.1.0-1.3   Fix index.d.ts.
* 2014-11-03   v1.1.0-1.2   Divide index.d.ts.
* 2014-11-02   v1.1.0-1    First release.
* 2014-11-02   v1.1.0-1     First release.

@@ -21,0 +22,0 @@ ## License

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