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

cruddle

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cruddle - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.6.2
* Fix `visible` using older function form on list components
# 0.6.1

@@ -2,0 +6,0 @@

6

dist/helpers.js

@@ -121,7 +121,3 @@ "use strict";

var base = Definitions.base(model, overrides);
return __assign({}, base, { modes: [],
/** The default visibility selector. It displays everything. */
visible: function (state, props) {
return _.values(props);
} }, overrides);
return __assign({}, base, { modes: [] }, overrides);
};

@@ -128,0 +124,0 @@ return Definitions;

{
"name": "cruddle",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/creativecuriositystudio/cruddle/issues",

@@ -152,7 +152,2 @@ import * as _ from 'lodash';

/** The default visibility selector. It displays everything. */
visible(state: ListState, props: ModelProperties<T>): Property<any>[] {
return _.values(props);
},
... overrides

@@ -159,0 +154,0 @@ } as ListDefinition<T>;

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