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

homey

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homey - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "homey",
"version": "2.0.1",
"version": "2.0.2",
"description": "type declarations for homey",

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

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

import { EventEmitter } from "events";
export = SimpleClass;

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

*/
declare class SimpleClass {
declare class SimpleClass extends EventEmitter {
/**

@@ -9,0 +11,0 @@ * Log a message to the console (stdout)

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