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

els-component-extraction-addon

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

els-component-extraction-addon - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

package.json
{
"name": "els-component-extraction-addon",
"version": "0.1.10",
"version": "0.1.11",
"description": "Ember Language Server Templates Code Actions extension",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -85,3 +85,3 @@ const babel = require("@babel/core");

args.forEach((name) => {
if (name in shape) {
if ((name in shape) && typeof shape[name] !== 'string') {
scopeValues[name] = shape[name];

@@ -88,0 +88,0 @@ } else {

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