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

@fluyappgo/commons

Package Overview
Dependencies
Maintainers
3
Versions
758
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons - npm Package Compare versions

Comparing version 1.0.8 to 1.0.10

build/dtos/index.d.ts

1

build/index.d.ts
export * from './interfaces';
export * from './dtos';

@@ -14,1 +14,2 @@ "use strict";

__exportStar(require("./interfaces"), exports);
__exportStar(require("./dtos"), exports);

8

build/interfaces/branchSession.interface.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sortTrackingBy = void 0;
var sortTrackingBy;
(function (sortTrackingBy) {
sortTrackingBy["Total"] = "Total";
sortTrackingBy["Max"] = "Max";
sortTrackingBy["Min"] = "Min";
sortTrackingBy["Average"] = "Average";
})(sortTrackingBy = exports.sortTrackingBy || (exports.sortTrackingBy = {}));
{
"name": "@fluyappgo/commons",
"version": "1.0.8",
"version": "1.0.10",
"description": "",
"main": "./build/index.js",
"tyoes": "./build/index.d.ts",
"types": "./build/index.d.ts",
"files": [
"/build/**/*"
],
"private": false,
"scripts": {

@@ -17,3 +16,3 @@ "test": "echo \"Error: no test specified\" && exit 1",

},
"author": "juanxog",
"author": "",
"license": "ISC",

@@ -20,0 +19,0 @@ "devDependencies": {

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