Socket
Socket
Sign inDemoInstall

ember-modifier

Package Overview
Dependencies
536
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-unstable.8501b72 to 4.0.0-unstable.badb262

3

dist/-private/signature.d.ts
/** @private */
type ElementFor<S> = 'Element' extends keyof S ? S['Element'] extends Element ? S['Element'] : Element : Element;
type DefaultPositional = [];
type DefaultPositional = [
];
type GetOrElse<T, K, Fallback> = K extends keyof T ? T[K] : Fallback;

@@ -5,0 +6,0 @@ /**

{
"name": "ember-modifier",
"version": "4.0.0-unstable.8501b72",
"version": "4.0.0-unstable.badb262",
"description": "A library for writing Ember modifiers",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc