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

stimulsoft-designer-angular

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulsoft-designer-angular - npm Package Compare versions

Comparing version 2023.1.8 to 2023.2.1

esm2020/lib/stimulsoft-designer-angular.component.mjs

3

lib/stimulsoft-designer-angular.component.d.ts
import { OnInit, ElementRef, OnChanges, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class StimulsoftDesignerComponent implements OnInit, OnChanges {

@@ -31,2 +32,4 @@ designerEl: ElementRef;

get head(): HTMLHeadElement;
static ɵfac: i0.ɵɵFactoryDeclaration<StimulsoftDesignerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StimulsoftDesignerComponent, "stimulsoft-designer-angular", never, { "requestUrl": "requestUrl"; "width": "width"; "height": "height"; }, { "designerLoaded": "designerLoaded"; }, never, ["*"]>;
}

@@ -0,2 +1,8 @@

import * as i0 from "@angular/core";
import * as i1 from "./stimulsoft-designer-angular.component";
import * as i2 from "@angular/common";
export declare class StimulsoftDesignerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<StimulsoftDesignerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<StimulsoftDesignerModule, [typeof i1.StimulsoftDesignerComponent], [typeof i2.CommonModule], [typeof i1.StimulsoftDesignerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<StimulsoftDesignerModule>;
}

28

package.json
{
"name": "stimulsoft-designer-angular",
"version": "2023.1.8",
"version": "2023.2.1",
"description": "Stimulsoft Designer Angular",

@@ -36,10 +36,22 @@ "homepage": "https://www.stimulsoft.com/en/products/reports-angular",

},
"main": "bundles/stimulsoft-designer-angular.umd.js",
"module": "fesm2015/stimulsoft-designer-angular.js",
"es2015": "fesm2015/stimulsoft-designer-angular.js",
"esm2015": "esm2015/stimulsoft-designer-angular.js",
"fesm2015": "fesm2015/stimulsoft-designer-angular.js",
"module": "fesm2015/stimulsoft-designer-angular.mjs",
"es2020": "fesm2020/stimulsoft-designer-angular.mjs",
"esm2020": "esm2020/stimulsoft-designer-angular.mjs",
"fesm2020": "fesm2020/stimulsoft-designer-angular.mjs",
"fesm2015": "fesm2015/stimulsoft-designer-angular.mjs",
"typings": "stimulsoft-designer-angular.d.ts",
"metadata": "stimulsoft-designer-angular.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./stimulsoft-designer-angular.d.ts",
"esm2020": "./esm2020/stimulsoft-designer-angular.mjs",
"es2020": "./fesm2020/stimulsoft-designer-angular.mjs",
"es2015": "./fesm2015/stimulsoft-designer-angular.mjs",
"node": "./fesm2015/stimulsoft-designer-angular.mjs",
"default": "./fesm2020/stimulsoft-designer-angular.mjs"
}
},
"sideEffects": false
}
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="stimulsoft-designer-angular" />
export * from './public-api';
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