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

@forestadmin/datasource-customizer

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forestadmin/datasource-customizer - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

dist/collection-customizer.d.ts

16

dist/index.d.ts

@@ -1,3 +0,15 @@

declare const _default: "New Package";
export default _default;
export { default as CollectionCustomizer } from './collection-customizer';
export { default as DataSourceCustomizer } from './datasource-customizer';
export * from './templates';
export * from './types';
export * from './decorators/actions/types/actions';
export { ChartDefinition } from './decorators/chart/types';
export { ComputedDefinition } from './decorators/computed/types';
export { OperatorDefinition } from './decorators/operators-emulate/types';
export { RelationDefinition } from './decorators/relation/types';
export { SearchDefinition } from './decorators/search/types';
export { SegmentDefinition } from './decorators/segment/types';
export { WriteDefinition } from './decorators/write/types';
export * from './decorators/hook/types';
export { default as CollectionCustomizationContext } from './context/collection-context';
//# sourceMappingURL=index.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = 'New Package';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxrQkFBZSxhQUFhLENBQUMifQ==
exports.CollectionCustomizationContext = exports.DataSourceCustomizer = exports.CollectionCustomizer = void 0;
var collection_customizer_1 = require("./collection-customizer");
Object.defineProperty(exports, "CollectionCustomizer", { enumerable: true, get: function () { return __importDefault(collection_customizer_1).default; } });
var datasource_customizer_1 = require("./datasource-customizer");
Object.defineProperty(exports, "DataSourceCustomizer", { enumerable: true, get: function () { return __importDefault(datasource_customizer_1).default; } });
__exportStar(require("./templates"), exports);
__exportStar(require("./types"), exports);
// Decorators (helpers)
__exportStar(require("./decorators/actions/types/actions"), exports);
__exportStar(require("./decorators/hook/types"), exports);
// Context
var collection_context_1 = require("./context/collection-context");
Object.defineProperty(exports, "CollectionCustomizationContext", { enumerable: true, get: function () { return __importDefault(collection_context_1).default; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxpRUFBMEU7QUFBakUsOElBQUEsT0FBTyxPQUF3QjtBQUN4QyxpRUFBMEU7QUFBakUsOElBQUEsT0FBTyxPQUF3QjtBQUV4Qyw4Q0FBNEI7QUFDNUIsMENBQXdCO0FBRXhCLHVCQUF1QjtBQUN2QixxRUFBbUQ7QUFRbkQsMERBQXdDO0FBRXhDLFVBQVU7QUFDVixtRUFBeUY7QUFBaEYscUpBQUEsT0FBTyxPQUFrQyJ9

2

package.json
{
"name": "@forestadmin/datasource-customizer",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "GPL-3.0",

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