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

@smallstack/common

Package Overview
Dependencies
Maintainers
3
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/common - npm Package Compare versions

Comparing version 0.7.60 to 0.7.61

dist/bundle/dts/configuration/typesystem.configuration.d.ts

2

dist/bundle/dts/data/QueryObject.d.ts

@@ -6,3 +6,3 @@ import { APIListResponse } from "../api/APIResponses";

import { SmallstackModel } from "./SmallstackModel";
import { TypeServiceQuery, Type } from "./Type";
import { Type, TypeServiceQuery } from "./Type";
export interface QueryObject<ModelClass extends SmallstackModel> {

@@ -9,0 +9,0 @@ create(type: Type, selector: any, serviceQuery: TypeServiceQuery, queryOptions: QueryOptions, parameters: any, sorting: any): QueryObject<ModelClass>;

@@ -5,8 +5,11 @@ /**

import { TypesystemInitOptions } from "./index";
export * from "./configuration/typesystem.configurations";
export * from "./configuration/typesystem.configurationfields";
export * from "./configuration/typesystem.configurationfieldvalues";
export * from "./logs/typesystem.logentries";
export * from "./navigation/types/typesystem.navigationentries";
export * from "./navigation/types/typesystem.navigationtrees";
export * from "./configuration/typesystem.configuration";
export * from "./configuration/typesystem.configurationfield";
export * from "./configuration/typesystem.configurationfieldvalue";
export * from "./logs/typesystem.logentry";
export * from "./navigation/types/typesystem.navigationentry";
export * from "./navigation/types/typesystem.navigationtree";
export * from "./types/typesystem.numberdictionary";
export * from "./types/typesystem.objectdictionary";
export * from "./types/typesystem.stringdictionary";
export declare function initializeSmallstackCommonPackage(options?: TypesystemInitOptions): void;
{
"name": "@smallstack/common",
"version": "0.7.60",
"version": "0.7.61",
"description": "common functionality for smallstack projects",

@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js",

Sorry, the diff of this file is too big to display

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