New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@newtown-energy/types

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@newtown-energy/types

TypeScript types for the Newtown Energy Management System API

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@newtown-energy/types

TypeScript type definitions for the Newtown Energy Management System (NEEMS) API.

These types are auto-generated from the Rust backend using ts-rs and published automatically when the API types change.

Installation

npm install @newtown-energy/types

Usage

import type { Battery, Schedule, BatteryStatus } from "@newtown-energy/types";

Versioning

The package version mirrors the neems-api crate version in the backend repository. Types follow semver:

  • Patch: compatible additions (new optional fields, new types)
  • Minor: new types or endpoints that don't break existing consumers
  • Major: breaking changes (renamed/removed fields, changed type shapes)

Source

These types are generated from the neems-core repository. Do not edit them manually.

FAQs

Package last updated on 08 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts