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

@bifravst/timestream-helpers

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifravst/timestream-helpers - npm Package Compare versions

Comparing version

to
6.1.0

dist/getAvailableColumns.d.ts

1

dist/index.d.ts
export * from './client.js';
export * from './getAvailableColumns.js';
export * from './index.js';

@@ -3,0 +4,0 @@ export * from './parseResult.js';

export * from './client.js';
export * from './getAvailableColumns.js';
export * from './index.js';

@@ -3,0 +4,0 @@ export * from './parseResult.js';

6

dist/parseResult.spec.js

@@ -0,5 +1,5 @@

import { ScalarType } from '@aws-sdk/client-timestream-query';
import assert from 'node:assert';
import { describe, it } from 'node:test';
import { parseResult } from './parseResult.js';
import { describe, it } from 'node:test';
import assert from 'node:assert';
import { ScalarType } from '@aws-sdk/client-timestream-query';
void void describe('parseResult', () => {

@@ -6,0 +6,0 @@ void it('parses a Timestream result into an array of values', () => {

import { MeasureValueType, TimeUnit } from '@aws-sdk/client-timestream-write';
import assert from 'node:assert';
import { describe, it } from 'node:test';
import { toRecord } from './toRecord.js';
import { describe, it } from 'node:test';
import assert from 'node:assert';
void describe('toRecord()', () => {

@@ -6,0 +6,0 @@ void it('should convert sensor data to a timestream record', () => {

@@ -0,4 +1,4 @@

import assert from 'node:assert';
import { describe, it } from 'node:test';
import { toTimestreamType } from './toTimestreamType.js';
import { describe, it } from 'node:test';
import assert from 'node:assert';
void describe('toTimestreamType', () => {

@@ -5,0 +5,0 @@ for (const [v, expected] of [

{
"name": "@bifravst/timestream-helpers",
"version": "6.0.3",
"version": "6.1.0",
"description": "Helper functions which simplify working with AWS Timestream",

@@ -37,9 +37,10 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.9",
"@bifravst/prettier-config": "1.0.4",
"@commitlint/config-conventional": "19.2.2",
"@bifravst/eslint-config-typescript": "6.1.20",
"@bifravst/prettier-config": "1.1.6",
"@commitlint/config-conventional": "19.7.1",
"@types/backoff": "2.5.5",
"@types/node": "20.14.10",
"husky": "9.0.11",
"tsx": "4.16.2"
"@types/node": "22.13.4",
"commitlint": "19.7.1",
"husky": "9.1.7",
"tsx": "4.19.3"
},

@@ -56,3 +57,3 @@ "lint-staged": {

"engines": {
"node": ">=20",
"node": ">=22",
"npm": ">=10"

@@ -72,3 +73,3 @@ },

{
"successComment": false,
"successCommentCondition": false,
"failTitle": false

@@ -75,0 +76,0 @@ }

Sorry, the diff of this file is not supported yet