New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smallstack/core-common

Package Overview
Dependencies
Maintainers
1
Versions
1262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/core-common - npm Package Compare versions

Comparing version 1.125.0-rc.9 to 1.125.0-rc.11

2

package.json
{
"name": "@smallstack/core-common",
"version": "1.125.0-rc.9",
"version": "1.125.0-rc.11",
"sideEffects": false,

@@ -5,0 +5,0 @@ "dependencies": {

@@ -8,2 +8,4 @@ export declare const WIDGET_FILTER_INPUT_STRING = "StringFilter";

export declare const WIDGET_FORM_INPUT_NUMBER = "NumberInput";
export declare const WIDGET_FORM_INPUT_BOOLEAN = "BooleanInput";
export declare const WIDGET_FORM_INPUT_DATE = "DateInput";
export declare const WIDGET_FORM_INPUT_I18N = "I18nInput";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WIDGET_FORM_INPUT_DATE = exports.WIDGET_FORM_INPUT_NUMBER = exports.WIDGET_FORM_INPUT_STRING = exports.WIDGET_FORM_INPUT_SELECT = exports.WIDGET_FILTER_INPUT_SELECT = exports.WIDGET_FILTER_INPUT_NUMBER = exports.WIDGET_FILTER_INPUT_DATE = exports.WIDGET_FILTER_INPUT_STRING = void 0;
exports.WIDGET_FORM_INPUT_I18N = exports.WIDGET_FORM_INPUT_DATE = exports.WIDGET_FORM_INPUT_BOOLEAN = exports.WIDGET_FORM_INPUT_NUMBER = exports.WIDGET_FORM_INPUT_STRING = exports.WIDGET_FORM_INPUT_SELECT = exports.WIDGET_FILTER_INPUT_SELECT = exports.WIDGET_FILTER_INPUT_NUMBER = exports.WIDGET_FILTER_INPUT_DATE = exports.WIDGET_FILTER_INPUT_STRING = void 0;
exports.WIDGET_FILTER_INPUT_STRING = "StringFilter";

@@ -11,3 +11,5 @@ exports.WIDGET_FILTER_INPUT_DATE = "DateFilter";

exports.WIDGET_FORM_INPUT_NUMBER = "NumberInput";
exports.WIDGET_FORM_INPUT_BOOLEAN = "BooleanInput";
exports.WIDGET_FORM_INPUT_DATE = "DateInput";
exports.WIDGET_FORM_INPUT_I18N = "I18nInput";
//# sourceMappingURL=widget-names.js.map

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