Socket
Socket
Sign inDemoInstall

@ms-cloudpack/common-types

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/common-types - npm Package Compare versions

Comparing version 0.13.4 to 0.14.0

lib/ImportMap.d.ts

10

lib/index.d.ts

@@ -28,2 +28,12 @@ export { allFeatures } from './allFeatures.js';

export type { InternalBundlerCapabilityImplementations, InternalBundlerCapabilitiesMetaData, BundlerCapabilitiesOptions, } from './BundlerCapability.js';
export type { RenderFunction } from './RenderFunction.js';
export type { RenderFunctionOptions } from './RenderFunctionOptions.js';
export type { RenderFunctionResult, ExpandedRenderFunctionResult } from './RenderFunctionResult.js';
export type { RenderFunctionScript } from './RenderFunctionScript.js';
export type { Request, Response } from 'express';
export type { Session } from './Session.js';
export type { ResolveMap } from './ResolveMap.js';
export type { ResolveMapEntry } from './ResolveMapEntry.js';
export type { LinkedPath } from './LinkedPath.js';
export type { ImportMap } from './ImportMap.js';
//# sourceMappingURL=index.d.ts.map

5

package.json
{
"name": "@ms-cloudpack/common-types",
"version": "0.13.4",
"version": "0.14.0",
"description": "Common types for Cloudpack.",

@@ -16,2 +16,5 @@ "license": "MIT",

},
"dependencies": {
"@types/express": "^4.17.16"
},
"devDependencies": {

@@ -18,0 +21,0 @@ "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",

lib/index.d.ts.map

Sorry, the diff of this file is not supported yet

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