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

phosphor-signaling

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phosphor-signaling - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

src/_references.d.ts

1

lib/index.d.ts

@@ -1,2 +0,1 @@

/// <reference path="../typings/es6-containers/es6-containers.d.ts" />
/**

@@ -3,0 +2,0 @@ * An object used for type-safe inter-object communication.

@@ -8,3 +8,2 @@ /*-----------------------------------------------------------------------------

|----------------------------------------------------------------------------*/
/// <reference path="../typings/es6-containers/es6-containers.d.ts" />
'use strict';

@@ -11,0 +10,0 @@ /**

@@ -0,3 +1,3 @@

/// <reference path="../src/_references.d.ts" />
declare module 'phosphor-signaling/index' {
/// <reference path="../typings/es6-containers/es6-containers.d.ts" />
/**

@@ -4,0 +4,0 @@ * An object used for type-safe inter-object communication.

{
"name": "phosphor-signaling",
"version": "0.9.3",
"version": "0.9.4",
"description": "A module for type-safe inter-object communication.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,3 +7,4 @@ require('dts-generator').generate({

out: 'lib/phosphor-signaling.d.ts',
externs: ['../src/_references.d.ts'],
target: 1 // ts.ScriptTarget.ES5
});

@@ -8,3 +8,2 @@ /*-----------------------------------------------------------------------------

|----------------------------------------------------------------------------*/
/// <reference path="../typings/es6-containers/es6-containers.d.ts" />
'use strict';

@@ -11,0 +10,0 @@

@@ -8,4 +8,2 @@ /*-----------------------------------------------------------------------------

|----------------------------------------------------------------------------*/
/// <reference path="../typings/expect.js/expect.js.d.ts" />
/// <reference path="../typings/mocha/mocha.d.ts" />
'use strict';

@@ -12,0 +10,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,4 +8,2 @@ /*-----------------------------------------------------------------------------

|----------------------------------------------------------------------------*/
/// <reference path="../typings/expect.js/expect.js.d.ts" />
/// <reference path="../typings/mocha/mocha.d.ts" />
'use strict';

@@ -12,0 +10,0 @@

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