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

@embroider/shared-internals

Package Overview
Dependencies
Maintainers
7
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 2.2.1-unstable.9f97d6e to 2.2.1-unstable.f4b7a14

2

package.json
{
"name": "@embroider/shared-internals",
"version": "2.2.1-unstable.9f97d6e",
"version": "2.2.1-unstable.f4b7a14",
"private": false,

@@ -5,0 +5,0 @@ "description": "Utilities shared among the other embroider packages",

@@ -176,4 +176,4 @@ "use strict";

}
get isEmberPackage() {
return this.plainPkg.isEmberPackage;
isEmberPackage() {
return this.plainPkg.isEmberPackage();
}

@@ -183,13 +183,13 @@ isEngine() {

}
get isLazyEngine() {
return this.plainPkg.isLazyEngine;
isLazyEngine() {
return this.plainPkg.isLazyEngine();
}
get isV2Ember() {
return this.plainPkg.isV2Ember;
isV2Ember() {
return this.plainPkg.isV2Ember();
}
get isV2App() {
return this.plainPkg.isV2App;
isV2App() {
return this.plainPkg.isV2App();
}
get isV2Addon() {
return this.plainPkg.isV2Addon;
isV2Addon() {
return this.plainPkg.isV2Addon();
}

@@ -196,0 +196,0 @@ // it's important that we're calling this.dependencies here at this level, not

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