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.6.1 to 0.6.2

11

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

@@ -42,2 +42,7 @@ import { SmallstackModelStatic } from "./SmallstackModel";

}
export interface TypeModel {
name: string;
schema: TypeModelSchemaEntry[];
skipGeneration?: boolean;
}
export declare class Type {

@@ -68,7 +73,3 @@ static fromDocument(doc: any): Type;

};
model: {
name: string;
schema: TypeModelSchemaEntry[];
skipGeneration?: boolean;
};
model: TypeModel;
getServiceName(): string;

@@ -75,0 +76,0 @@ getServiceClassName(): string;

{
"name": "@smallstack/common",
"version": "0.6.1",
"version": "0.6.2",
"description": "common functionality for smallstack projects",

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

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