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

ember-ast-hot-load

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-ast-hot-load - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

5

lib/ast-transform.js

@@ -1,2 +0,1 @@

"use strict";
const HOT_LOAD_HELPER_NAME = "hot-load";

@@ -216,3 +215,5 @@

SubExpression(node) {
convertComponent(node, b, options);
if (node.path.original === "component") {
convertComponent(node, b, options);
}
},

@@ -219,0 +220,0 @@ BlockStatement(node) {

2

package.json
{
"name": "ember-ast-hot-load",
"version": "0.0.26",
"version": "0.0.27",
"description": "Ember components hot-reload addon",

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

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