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

qcobjects

Package Overview
Dependencies
Maintainers
0
Versions
632
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects - npm Package Compare versions

Comparing version 2.5.106-beta to 2.5.107-beta

public/types/index.d.ts

12

package.json
{
"name": "qcobjects",
"version": "2.5.106-beta",
"version": "2.5.107-beta",
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.",

@@ -9,10 +9,14 @@ "main": "public/cjs/QCObjects.cjs",

"type": "commonjs",
"types": "build/index.d.ts",
"types": "public/types/index.d.ts",
"exports": {
".": {
"require": "./public/cjs/QCObjects.cjs",
"import": "./public/esm/QCObjects.mjs"
"import": "./public/esm/QCObjects.mjs",
"types": "./public/types/index.d.ts"
},
"./types/*": "./types/*",
"./package.json": "./package.json"
"./package.json": "./package.json",
"./tsconfig.json": "./tsconfig.json",
"./tsconfig.d.json": "./tsconfig.d.json",
"./tsconfig.jasmine.json": "./tsconfig.jasmine.json"
},

@@ -19,0 +23,0 @@ "license": "LGPL-3.0",

@@ -14,3 +14,3 @@ {

"rootDir": "./src",
"outFile": "build/index.d.ts",
"outFile": "public/types/index.d.ts",
"allowSyntheticDefaultImports": true,

@@ -17,0 +17,0 @@ "esModuleInterop": true,

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