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

auto-views

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-views - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

2

lib/components/auto-form/skin.js

@@ -47,3 +47,3 @@ "use strict";

var comps = childProps.value.map(function (value, index) {
return React.createElement("li", { "data-automation-id": parentAutomationId + '_' + index }, value);
return React.createElement("li", { "data-automation-id": parentAutomationId + '_' + index }, _this.renderAnyTypeForEdit({ value: value }, "string"));
});

@@ -50,0 +50,0 @@ return React.createElement("ol", __assign({}, childProps), comps);

{
"name": "auto-views",
"version": "0.0.27",
"version": "0.0.28",
"description": "Common, fully-tested, strictly-typed, Wix-styled, auto views library",

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

Sorry, the diff of this file is not supported yet

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