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

fable-react

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-react - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

2

package.json
{
"name": "fable-react",
"version": "0.7.3",
"version": "0.7.4",
"description": "Fable bindings and helpers for React and React Native",

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

@@ -20,4 +20,3 @@ import { getTypeFullName } from "fable-core/Reflection";

}
function getModel(key, _genArgs) {
export function getModel(key, _genArgs) {
return function (builder_) {

@@ -33,3 +32,2 @@ return builder_.Delay(function () {

}
export function add(data, _genArgs) {

@@ -36,0 +34,0 @@ var key = "models/" + getTypeFullName(_genArgs.a);

@@ -21,2 +21,3 @@ (function (global, factory) {

exports.clear = clear;
exports.getModel = getModel;
exports.add = add;

@@ -23,0 +24,0 @@ exports.update = update;

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