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

@bfwk/di-editor

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/di-editor - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

dist/index.cjs

25

package.json
{
"name": "@bfwk/di-editor",
"version": "0.10.0",
"version": "0.10.1",
"description": "DI 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/meta-schemas": "0.9.0"

@@ -47,0 +52,0 @@ },

1

README.md
# DI Editor
[![npm](https://img.shields.io/npm/v/@bfwk/di-editor)](https://www.npmjs.com/package/@bfwk/di-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