Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.2 to 2.1.0

dist/model/sleep/index.d.ts

2

dist/model/index.d.ts

@@ -1,2 +0,2 @@

export * from "./sleep-item";
export * from "./sleep";
export * from "./day-data";

@@ -3,0 +3,0 @@ export * from "./activity-graph-data";

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./sleep"));
__export(require("./day-data"));

@@ -8,0 +9,0 @@ __export(require("./activity-graph-data"));

{
"name": "@donmahallem/flow-api-types",
"version": "2.0.2",
"version": "2.1.0",
"description": "Api Types and helper for FlowApi",

@@ -24,3 +24,7 @@ "main": "dist/index.js",

"lint-fix": "tslint --fix -c tslint.json -e src/**/*.spec.ts src/**/*.ts",
"docs": "typedoc --options typedoc.json"
"docs": "typedoc --options typedoc.json",
"test:lint": "npm run lint",
"test:build": "npm run build",
"test:unit": "npm run test-ci",
"test:docs": "npm run docs"
},

@@ -62,4 +66,4 @@ "homepage": "https://donmahallem.github.io/FlowApiTypes/",

"@types/mocha": "^5.2.5",
"@types/node": "^11.10.5",
"@types/sinon": "^7.0.3",
"@types/node": "^11.11.4",
"@types/sinon": "^7.0.10",
"chai": "^4.2.0",

@@ -70,7 +74,7 @@ "highlight.js": "^9.14.2",

"nyc": "^13.1.0",
"sinon": "^7.2.2",
"sinon": "^7.3.0",
"ts-node": "^8.0.3",
"tslint": "^5.12.1",
"tslint": "^5.14.0",
"typedoc": "^0.14.2",
"typescript": "^3.2.2"
"typescript": "^3.3.4000"
},

@@ -104,3 +108,2 @@ "nyc": {

"dependencies": {
"coveralls": "^3.0.3",
"jsonschema": "^1.2.4"

@@ -107,0 +110,0 @@ },

@@ -1,2 +0,2 @@

export * from "./sleep-item";
export * from "./sleep";
export * from "./day-data";

@@ -3,0 +3,0 @@ export * from "./activity-graph-data";

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