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

@caseywebb/growhaus-agent

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@caseywebb/growhaus-agent - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.25

5

dist/state.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const autobind_decorator_1 = tslib_1.__importDefault(require("autobind-decorator"));
const growhaus_1 = require("@caseywebb/growhaus");

@@ -14,2 +16,5 @@ class AgentState extends growhaus_1.Subscribable {

}
tslib_1.__decorate([
autobind_decorator_1.default
], AgentState.prototype, "setBrightness", null);
exports.AgentState = AgentState;

10

package.json
{
"name": "@caseywebb/growhaus-agent",
"version": "1.0.0-alpha.3+707f6fc",
"version": "1.0.0-alpha.25+ce4fd0d",
"author": "Casey Webb (https://caseyWebb.xyz)",
"license": "WTFPL",
"bin": {
"growhaus-agent": "./bin/growhaus-agent"
},
"bin": "./bin/growhaus-agent",
"files": [

@@ -21,3 +19,3 @@ "bin",

"dependencies": {
"@caseywebb/growhaus": "^0.0.1",
"@caseywebb/growhaus": "^1.0.0",
"autobind-decorator": "^2.4.0",

@@ -35,3 +33,3 @@ "dotenv": "^8.0.0",

},
"gitHead": "707f6fcaa0beb042ee180239cbfe8978fe160bb7"
"gitHead": "ce4fd0d44d1b4ad492fe095be96f61e8a6e833af"
}
dist/state.d.ts.map

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