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

fable-core

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-core - npm Package Compare versions

Comparing version 0.7.21 to 0.7.22

12

Long.js

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

import _Symbol from "./Symbol";
var Long = (function () {

@@ -395,2 +396,13 @@ function Long(low, high, unsigned) {

};
Long.prototype[_Symbol.reflection] = function () {
return {
type: "System.Int64",
interfaces: ["FSharpRecord", "System.IComparable"],
properties: {
low: "number",
high: "number",
unsigned: "boolean"
}
};
};
return Long;

@@ -397,0 +409,0 @@ }());

2

package.json
{
"name": "fable-core",
"version": "0.7.21",
"version": "0.7.22",
"description": "Fable core lib & bindings for native JS objects, browser and node APIs",

@@ -5,0 +5,0 @@ "main": "Main.js",

@@ -8,4 +8,5 @@ (function (dependencies, factory) {

}
})(["require", "exports"], function (require, exports) {
})(["require", "exports", "./Symbol"], function (require, exports) {
"use strict";
var Symbol_1 = require("./Symbol");
var Long = (function () {

@@ -405,2 +406,13 @@ function Long(low, high, unsigned) {

};
Long.prototype[Symbol_1.default.reflection] = function () {
return {
type: "System.Int64",
interfaces: ["FSharpRecord", "System.IComparable"],
properties: {
low: "number",
high: "number",
unsigned: "boolean"
}
};
};
return Long;

@@ -407,0 +419,0 @@ }());

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