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

@donmahallem/flow-api-types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@donmahallem/flow-api-types - npm Package Compare versions

Comparing version 0.0.1-alpha1 to 0.0.2

dist/flow-api-validator.d.ts

12

package.json
{
"name": "@donmahallem/flow-api-types",
"version": "0.0.1-alpha1",
"version": "0.0.2",
"description": "Api Types and helper for FlowApi",

@@ -38,3 +38,2 @@ "main": "dist/index.js",

"@types/node": "^11.9.0",
"@types/set-cookie-parser": "0.0.4",
"@types/sinon": "^7.0.3",

@@ -45,3 +44,2 @@ "chai": "^4.2.0",

"nyc": "^13.1.0",
"request-debug": "^0.2.0",
"sinon": "^7.2.2",

@@ -78,6 +76,4 @@ "ts-node": "^8.0.1",

"dependencies": {
"jsonschema": "^1.2.4",
"querystring": "^0.2.0",
"request": "^2.88.0",
"set-cookie-parser": "^2.2.1"
"coveralls": "^3.0.2",
"jsonschema": "^1.2.4"
},

@@ -88,2 +84,2 @@ "files": [

]
}
}
This is a small library of tools to handle data from flow.polar.com
[![Build Status](https://travis-ci.com/donmahallem/FlowApiTypes.svg?branch=master)](https://travis-ci.com/donmahallem/FlowApiTypes) [![Coverage Status](https://coveralls.io/repos/github/donmahallem/FlowApiTypes/badge.svg?branch=master)](https://coveralls.io/github/donmahallem/FlowApiTypes?branch=master)

@@ -0,0 +0,0 @@ import * as flowApiValidator from "./flow-api-validator";

@@ -0,0 +0,0 @@ import { DaySummary } from "./model";

@@ -0,0 +0,0 @@ import * as index from "./index";

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

export * from "./flow-api-client";
export * from "./flow-api-validator";
export * from "./summary-merger";
export * from "./model";

@@ -0,0 +0,0 @@ import { ActivityGraphData } from './index'

@@ -0,0 +0,0 @@ export interface DaySummary {

@@ -0,0 +0,0 @@ export interface NightSleep {

@@ -0,0 +0,0 @@ import * as jsonschema from "jsonschema";

@@ -0,0 +0,0 @@ import * as merger from "./summary-merger";

@@ -0,0 +0,0 @@ import { DayData, DaySummary } from "./model";

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