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

als-render

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

als-render - npm Package Compare versions

Comparing version 0.2.3 to 0.2.31

2

lib/new-context.js

@@ -21,3 +21,3 @@ function newContext() {

componentFn.update = function(newParams,key) {context.update(componentName,newParams,key)}
context.components[componentName] = function(props) {
context.components[componentName] = function(props={}) {
let result = componentFn(props).trim()

@@ -24,0 +24,0 @@ if(result.startsWith('<>')) return result.slice(2,-3) // remove <> and </>

{
"name": "als-render",
"version": "0.2.3",
"version": "0.2.31",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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