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.0 to 0.9.1

lib/index.d.ts

2

package.json
{
"name": "phosphor-signaling",
"version": "0.9.0",
"version": "0.9.1",
"description": "A module for type-safe inter-object communication",

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

{
"compilerOptions": {
"experimentalDecorators": true,
"declaration": true,
"noImplicitAny": true,
"noEmitOnError": true,
"sourceMap": true,
"module": "commonjs",
"target": "ES5",
"outDir": "../lib"
},
"files": [
"../typings/es6-containers/es6-containers.d.ts",
"index.ts"
]
"compilerOptions": {
"experimentalDecorators": true,
"declaration": true,
"noImplicitAny": true,
"noEmitOnError": true,
"sourceMap": true,
"module": "commonjs",
"target": "ES5",
"outDir": "../lib"
},
"files": [
"../typings/es6-containers/es6-containers.d.ts",
"index.ts"
]
}
{
"compilerOptions": {
"experimentalDecorators": true,
"noImplicitAny": true,
"noEmitOnError": true,
"module": "commonjs",
"target": "ES5"
},
"files": [
"../typings/expect.js/expect.js.d.ts",
"../typings/mocha/mocha.d.ts",
"index.ts"
]
"compilerOptions": {
"experimentalDecorators": true,
"noImplicitAny": true,
"noEmitOnError": true,
"module": "commonjs",
"target": "ES5"
},
"files": [
"../typings/expect.js/expect.js.d.ts",
"../typings/mocha/mocha.d.ts",
"index.ts"
]
}

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