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

@embroider/shared-internals

Package Overview
Dependencies
Maintainers
5
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embroider/shared-internals - npm Package Compare versions

Comparing version 0.38.0-alpha.1 to 0.38.0-alpha.2

src/browser-index.d.ts

8

package.json
{
"name": "@embroider/shared-internals",
"version": "0.38.0-alpha.1",
"version": "0.38.0-alpha.2",
"private": false,

@@ -11,2 +11,8 @@ "description": "Utilities shared among the other embroider packages",

},
"exports": {
".": {
"browser": "./src/browser-index.js",
"default": "./src/index.js"
}
},
"license": "MIT",

@@ -13,0 +19,0 @@ "author": "Edward Faulkner",

8

src/metadata.d.ts

@@ -26,4 +26,8 @@ declare type Filename = string;

'auto-upgraded'?: true;
'app-js'?: Filename;
'fastboot-js'?: Filename;
'app-js'?: {
[appName: string]: Filename;
};
'fastboot-js'?: {
[appName: string]: Filename;
};
externals?: string[];

@@ -30,0 +34,0 @@ 'implicit-modules'?: string[];

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