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

@embroider/shared-internals

Package Overview
Dependencies
Maintainers
7
Versions
411
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.3 to 2.2.4-unstable.1cdd50c

14

package.json
{
"name": "@embroider/shared-internals",
"version": "2.2.3",
"version": "2.2.4-unstable.1cdd50c",
"private": false,

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

],
"scripts": {
"test": "jest"
},
"dependencies": {

@@ -40,2 +43,3 @@ "babel-import-util": "^1.1.0",

"broccoli-node-api": "^1.7.0",
"@embroider/test-support": "workspace:*",
"@types/babel__core": "^7.1.14",

@@ -50,4 +54,3 @@ "@types/babel__traverse": "^7.18.5",

"tmp": "^0.1.0",
"typescript": "^5.1.6",
"@embroider/test-support": "0.36.0"
"typescript": "^5.1.6"
},

@@ -59,6 +62,3 @@ "engines": {

"extends": "../../package.json"
},
"scripts": {
"test": "jest"
}
}
}

@@ -39,2 +39,6 @@ "use strict";

exports.emberVirtualPeerDeps.add('@embroider/macros');
// while people don't manually import from ember-source, our v1-to-v2 conversion
// of ember-source can send requests to here, and therefore any addon might need
// to see it as a peer.
exports.emberVirtualPeerDeps.add('ember-source');
// rfc176-data only covers things up to the point where Ember stopped needing

@@ -41,0 +45,0 @@ // the modules-api-polyfill. Newer APIs need to be added here.

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