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

@bfwk/dp-editor

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/dp-editor - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

dist/index.cjs

2

dist/types/dp-editor-manager.d.ts

@@ -6,4 +6,4 @@ import { Observable, Guid } from '@bfwk/utils';

import { DocumentModel } from '@bfwk/document-model';
import { DataProviderService } from '@bfwk/data-service';
import { DataProviderConfiguration, DPEditor } from './dp-editor';
import { DataProviderService } from '@bfwk/data-service';
declare type ComponentInstanceIdentifier = string;

@@ -10,0 +10,0 @@ export declare class DPEditorManager {

{
"name": "@bfwk/dp-editor",
"version": "0.10.0",
"version": "0.10.1",
"description": "DataProvider Editor",

@@ -11,3 +11,8 @@ "repository": {

"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"browser": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"typings": "dist/types/index.d.ts",

@@ -37,10 +42,10 @@ "files": [

"dependencies": {
"@bfwk/command": "0.10.0",
"@bfwk/data-service": "0.10.0",
"@bfwk/document-model": "0.10.0",
"@bfwk/error-handler": "0.10.0",
"@bfwk/instrumentation": "0.10.0",
"@bfwk/property-editor": "0.10.0",
"@bfwk/pub-sub": "0.10.0",
"@bfwk/utils": "0.10.0",
"@bfwk/command": "0.10.1",
"@bfwk/data-service": "0.10.1",
"@bfwk/document-model": "0.10.1",
"@bfwk/error-handler": "0.10.1",
"@bfwk/instrumentation": "0.10.1",
"@bfwk/property-editor": "0.10.1",
"@bfwk/pub-sub": "0.10.1",
"@bfwk/utils": "0.10.1",
"@lcem/declarative-type": "0.9.0",

@@ -50,8 +55,8 @@ "@lcem/unified-view-model": "0.9.0"

"devDependencies": {
"jest": "^26.0.1",
"jest": "^26.1.1",
"magic-string": "^0.22.4",
"source-map": "^0.7.3",
"ts-jest": "^26.1.0",
"ts-jest": "^26.1.1",
"watch-cli": "^0.2.3"
}
}
# DP Editor
[![npm](https://img.shields.io/npm/v/@bfwk/dp-editor)](https://www.npmjs.com/package/@bfwk/dp-editor)

@@ -3,0 +4,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