You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

furystack-core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

furystack-core - npm Package Compare versions

Comparing version

to
1.0.0-alpha-7

3

dist/api/http-models/CollectionResult.d.ts

@@ -5,3 +5,4 @@ export declare class CollectionResult<T> {

'@odata.nextlink'?: string;
constructor(value: T[]);
'@odata.count'?: number;
constructor(value: T[], count?: number, context?: string, nextlink?: string);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class CollectionResult {
constructor(value) {
constructor(value, count, context, nextlink) {
this.value = value;
this['@odata.count'] = count;
}

@@ -7,0 +8,0 @@ }

{
"name": "furystack-core",
"version": "1.0.0-alpha-6",
"version": "1.0.0-alpha-7",
"description": "FuryStack framework, Core package",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet