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

fable-compiler-js

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-compiler-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/fable-library.2.2.3/Array.js

16

dist/app.js

@@ -21,9 +21,9 @@ "use strict";

var _String = require("./fable-library.2.1.10/String");
var _String = require("./fable-library.2.2.3/String");
var _Array = require("./fable-library.2.1.10/Array");
var _Array = require("./fable-library.2.2.3/Array");
var _Types = require("./fable-library.2.1.10/Types");
var _Types = require("./fable-library.2.2.3/Types");
var _Reflection = require("./fable-library.2.1.10/Reflection");
var _Reflection = require("./fable-library.2.2.3/Reflection");

@@ -34,9 +34,9 @@ var _ProjectParser = require("./ProjectParser");

var _Seq = require("./fable-library.2.1.10/Seq");
var _Seq = require("./fable-library.2.2.3/Seq");
var _Util = require("./fable-library.2.1.10/Util");
var _Util = require("./fable-library.2.2.3/Util");
var _Map = require("./fable-library.2.1.10/Map");
var _Map = require("./fable-library.2.2.3/Map");
var _Option = require("./fable-library.2.1.10/Option");
var _Option = require("./fable-library.2.2.3/Option");

@@ -43,0 +43,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -27,9 +27,9 @@ "use strict";

var path$$5 = _interopRequireWildcard(require("path"));
var path$$6 = _interopRequireWildcard(require("path"));
var util$002Ejs = _interopRequireWildcard(require("./util"));
var _String = require("./fable-library.2.1.10/String");
var _String = require("./fable-library.2.2.3/String");
var _Long = require("./fable-library.2.1.10/Long");
var _Long = require("./fable-library.2.2.3/Long");

@@ -42,3 +42,3 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }

exports.JS$$$Process = JS$$$Process;
const JS$$$Path = path$$5;
const JS$$$Path = path$$6;
exports.JS$$$Path = JS$$$Path;

@@ -93,4 +93,4 @@ const JS$$$Util = util$002Ejs;

function getRelativePath(pathFrom, pathTo) {
return (0, _String.replace)(JS$$$Path.relative(pathFrom, pathTo), "\\", "/");
function getRelativePath(path$$1, pathTo) {
return (0, _String.replace)(JS$$$Path.relative(path$$1, pathTo), "\\", "/");
}

@@ -103,4 +103,4 @@

function Path$$$GetFileName(path$$1) {
const normPath = (0, _String.trimEnd)((0, _String.replace)(path$$1, "\\", "/"), "/");
function Path$$$GetFileName(path$$2) {
const normPath = (0, _String.trimEnd)((0, _String.replace)(path$$2, "\\", "/"), "/");
const i = normPath.lastIndexOf("/") | 0;

@@ -110,10 +110,10 @@ return normPath.substr(i + 1);

function Path$$$GetFileNameWithoutExtension(path$$2) {
const path$$3 = Path$$$GetFileName(path$$2);
const i$$1 = path$$3.lastIndexOf(".") | 0;
return path$$3.substr(0, i$$1);
function Path$$$GetFileNameWithoutExtension(path$$3) {
const path$$4 = Path$$$GetFileName(path$$3);
const i$$1 = path$$4.lastIndexOf(".") | 0;
return path$$4.substr(0, i$$1);
}
function Path$$$GetDirectoryName(path$$4) {
const normPath$$1 = (0, _String.replace)(path$$4, "\\", "/");
function Path$$$GetDirectoryName(path$$5) {
const normPath$$1 = (0, _String.replace)(path$$5, "\\", "/");
const i$$2 = normPath$$1.lastIndexOf("/") | 0;

@@ -120,0 +120,0 @@

@@ -15,15 +15,15 @@ "use strict";

var _RegExp = require("./fable-library.2.1.10/RegExp");
var _RegExp = require("./fable-library.2.2.3/RegExp");
var _Types = require("./fable-library.2.1.10/Types");
var _Types = require("./fable-library.2.2.3/Types");
var _String = require("./fable-library.2.1.10/String");
var _String = require("./fable-library.2.2.3/String");
var _Seq = require("./fable-library.2.1.10/Seq");
var _Seq = require("./fable-library.2.2.3/Seq");
var _Util = require("./fable-library.2.1.10/Util");
var _Util = require("./fable-library.2.2.3/Util");
var _Set = require("./fable-library.2.1.10/Set");
var _Set = require("./fable-library.2.2.3/Set");
var _Array = require("./fable-library.2.1.10/Array");
var _Array = require("./fable-library.2.2.3/Array");

@@ -118,11 +118,11 @@ var _Platform = require("./Platform");

var $target$$11, path$$1;
const activePatternResult664 = $007CRegex$007C_$007C("^#r\\s+\"(.*?)\"$", matchValue);
const activePatternResult171 = $007CRegex$007C_$007C("^#r\\s+\"(.*?)\"$", matchValue);
if (activePatternResult664 != null) {
if (activePatternResult664.tail != null) {
if (activePatternResult664.tail.tail != null) {
if (activePatternResult664.tail.tail.tail == null) {
if (path = activePatternResult664.tail.head, !(0, _String.endsWith)(path, "Fable.Core.dll")) {
if (activePatternResult171 != null) {
if (activePatternResult171.tail != null) {
if (activePatternResult171.tail.tail != null) {
if (activePatternResult171.tail.tail.tail == null) {
if (path = activePatternResult171.tail.head, !(0, _String.endsWith)(path, "Fable.Core.dll")) {
$target$$11 = 0;
path$$1 = activePatternResult664.tail.head;
path$$1 = activePatternResult171.tail.head;
} else {

@@ -153,10 +153,10 @@ $target$$11 = 1;

var $target$$12, path$$2;
const activePatternResult662 = $007CRegex$007C_$007C("^#load\\s+\"(.*?)\"$", matchValue);
const activePatternResult169 = $007CRegex$007C_$007C("^#load\\s+\"(.*?)\"$", matchValue);
if (activePatternResult662 != null) {
if (activePatternResult662.tail != null) {
if (activePatternResult662.tail.tail != null) {
if (activePatternResult662.tail.tail.tail == null) {
if (activePatternResult169 != null) {
if (activePatternResult169.tail != null) {
if (activePatternResult169.tail.tail != null) {
if (activePatternResult169.tail.tail.tail == null) {
$target$$12 = 0;
path$$2 = activePatternResult662.tail.head;
path$$2 = activePatternResult169.tail.head;
} else {

@@ -163,0 +163,0 @@ $target$$12 = 1;

@@ -6,13 +6,8 @@ "use strict";

});
exports.references = references;
exports.references_core = void 0;
exports.references_full = exports.references_net45 = exports.references_core = void 0;
const references_core = ["Fable.Core", "FSharp.Core", "mscorlib", "netstandard", "System.Collections", "System.Collections.Concurrent", "System.ComponentModel", "System.ComponentModel.Primitives", "System.ComponentModel.TypeConverter", "System.Console", "System.Core", "System.Diagnostics.Debug", "System.Diagnostics.Tracing", "System.Globalization", "System", "System.IO", "System.Numerics", "System.Reflection", "System.Reflection.Extensions", "System.Reflection.Metadata", "System.Reflection.Primitives", "System.Reflection.TypeExtensions", "System.Runtime", "System.Runtime.Extensions", "System.Runtime.Numerics", "System.Text.Encoding", "System.Text.Encoding.Extensions", "System.Text.RegularExpressions", "System.Threading", "System.Threading.Tasks", "System.ValueTuple"];
exports.references_core = references_core;
function references(use_net45_meta) {
if (use_net45_meta) {
return ["Fable.Core", "Fable.Import.Browser", "FSharp.Core", "mscorlib", "System", "System.Core", "System.Data", "System.IO", "System.Xml", "System.Numerics"];
} else {
return ["Fable.Core", "Fable.Import.Browser", "FSharp.Core", "Microsoft.CSharp", "Microsoft.VisualBasic", "Microsoft.Win32.Primitives", "mscorlib", "netstandard", "System.AppContext", "System.Buffers", "System.Collections.Concurrent", "System.Collections", "System.Collections.Immutable", "System.Collections.NonGeneric", "System.Collections.Specialized", "System.ComponentModel.Annotations", "System.ComponentModel.DataAnnotations", "System.ComponentModel", "System.ComponentModel.EventBasedAsync", "System.ComponentModel.Primitives", "System.ComponentModel.TypeConverter", "System.Configuration", "System.Console", "System.Core", "System.Data.Common", "System.Data", "System.Diagnostics.Contracts", "System.Diagnostics.Debug", "System.Diagnostics.DiagnosticSource", "System.Diagnostics.FileVersionInfo", "System.Diagnostics.Process", "System.Diagnostics.StackTrace", "System.Diagnostics.TextWriterTraceListener", "System.Diagnostics.Tools", "System.Diagnostics.TraceSource", "System.Diagnostics.Tracing", "System", "System.Drawing", "System.Drawing.Primitives", "System.Dynamic.Runtime", "System.Globalization.Calendars", "System.Globalization", "System.Globalization.Extensions", "System.IO.Compression", "System.IO.Compression.FileSystem", "System.IO.Compression.ZipFile", "System.IO", "System.IO.FileSystem", "System.IO.FileSystem.DriveInfo", "System.IO.FileSystem.Primitives", "System.IO.FileSystem.Watcher", "System.IO.IsolatedStorage", "System.IO.MemoryMappedFiles", "System.IO.Pipes", "System.IO.UnmanagedMemoryStream", "System.Linq", "System.Linq.Expressions", "System.Linq.Parallel", "System.Linq.Queryable", "System.Net", "System.Net.Http", "System.Net.HttpListener", "System.Net.Mail", "System.Net.NameResolution", "System.Net.NetworkInformation", "System.Net.Ping", "System.Net.Primitives", "System.Net.Requests", "System.Net.Security", "System.Net.ServicePoint", "System.Net.Sockets", "System.Net.WebClient", "System.Net.WebHeaderCollection", "System.Net.WebProxy", "System.Net.WebSockets.Client", "System.Net.WebSockets", "System.Numerics", "System.Numerics.Vectors", "System.ObjectModel", "System.Reflection.DispatchProxy", "System.Reflection", "System.Reflection.Emit", "System.Reflection.Emit.ILGeneration", "System.Reflection.Emit.Lightweight", "System.Reflection.Extensions", "System.Reflection.Metadata", "System.Reflection.Primitives", "System.Reflection.TypeExtensions", "System.Resources.Reader", "System.Resources.ResourceManager", "System.Resources.Writer", "System.Runtime.CompilerServices.VisualC", "System.Runtime", "System.Runtime.Extensions", "System.Runtime.Handles", "System.Runtime.InteropServices", "System.Runtime.InteropServices.RuntimeInformation", "System.Runtime.InteropServices.WindowsRuntime", "System.Runtime.Loader", "System.Runtime.Numerics", "System.Runtime.Serialization", "System.Runtime.Serialization.Formatters", "System.Runtime.Serialization.Json", "System.Runtime.Serialization.Primitives", "System.Runtime.Serialization.Xml", "System.Security.Claims", "System.Security.Cryptography.Algorithms", "System.Security.Cryptography.Csp", "System.Security.Cryptography.Encoding", "System.Security.Cryptography.Primitives", "System.Security.Cryptography.X509Certificates", "System.Security", "System.Security.Principal", "System.Security.SecureString", "System.ServiceModel.Web", "System.ServiceProcess", "System.Text.Encoding", "System.Text.Encoding.Extensions", "System.Text.RegularExpressions", "System.Threading", "System.Threading.Overlapped", "System.Threading.Tasks.Dataflow", "System.Threading.Tasks", "System.Threading.Tasks.Extensions", "System.Threading.Tasks.Parallel", "System.Threading.Thread", "System.Threading.ThreadPool", "System.Threading.Timer", "System.Transactions", "System.Transactions.Local", "System.ValueTuple", "System.Web", "System.Web.HttpUtility", "System.Windows", "System.Xml", "System.Xml.Linq", "System.Xml.ReaderWriter", "System.Xml.Serialization", "System.Xml.XDocument", "System.Xml.XmlDocument", "System.Xml.XmlSerializer", "System.Xml.XPath", "System.Xml.XPath.XDocument", "WindowsBase"];
}
}
const references_net45 = ["Fable.Core", "Fable.Import.Browser", "FSharp.Core", "mscorlib", "System", "System.Core", "System.Data", "System.IO", "System.Xml", "System.Numerics"];
exports.references_net45 = references_net45;
const references_full = ["Fable.Core", "Fable.Import.Browser", "FSharp.Core", "Microsoft.CSharp", "Microsoft.VisualBasic", "Microsoft.Win32.Primitives", "mscorlib", "netstandard", "System.AppContext", "System.Buffers", "System.Collections.Concurrent", "System.Collections", "System.Collections.Immutable", "System.Collections.NonGeneric", "System.Collections.Specialized", "System.ComponentModel.Annotations", "System.ComponentModel.DataAnnotations", "System.ComponentModel", "System.ComponentModel.EventBasedAsync", "System.ComponentModel.Primitives", "System.ComponentModel.TypeConverter", "System.Configuration", "System.Console", "System.Core", "System.Data.Common", "System.Data", "System.Diagnostics.Contracts", "System.Diagnostics.Debug", "System.Diagnostics.DiagnosticSource", "System.Diagnostics.FileVersionInfo", "System.Diagnostics.Process", "System.Diagnostics.StackTrace", "System.Diagnostics.TextWriterTraceListener", "System.Diagnostics.Tools", "System.Diagnostics.TraceSource", "System.Diagnostics.Tracing", "System", "System.Drawing", "System.Drawing.Primitives", "System.Dynamic.Runtime", "System.Globalization.Calendars", "System.Globalization", "System.Globalization.Extensions", "System.IO.Compression", "System.IO.Compression.FileSystem", "System.IO.Compression.ZipFile", "System.IO", "System.IO.FileSystem", "System.IO.FileSystem.DriveInfo", "System.IO.FileSystem.Primitives", "System.IO.FileSystem.Watcher", "System.IO.IsolatedStorage", "System.IO.MemoryMappedFiles", "System.IO.Pipes", "System.IO.UnmanagedMemoryStream", "System.Linq", "System.Linq.Expressions", "System.Linq.Parallel", "System.Linq.Queryable", "System.Net", "System.Net.Http", "System.Net.HttpListener", "System.Net.Mail", "System.Net.NameResolution", "System.Net.NetworkInformation", "System.Net.Ping", "System.Net.Primitives", "System.Net.Requests", "System.Net.Security", "System.Net.ServicePoint", "System.Net.Sockets", "System.Net.WebClient", "System.Net.WebHeaderCollection", "System.Net.WebProxy", "System.Net.WebSockets.Client", "System.Net.WebSockets", "System.Numerics", "System.Numerics.Vectors", "System.ObjectModel", "System.Reflection.DispatchProxy", "System.Reflection", "System.Reflection.Emit", "System.Reflection.Emit.ILGeneration", "System.Reflection.Emit.Lightweight", "System.Reflection.Extensions", "System.Reflection.Metadata", "System.Reflection.Primitives", "System.Reflection.TypeExtensions", "System.Resources.Reader", "System.Resources.ResourceManager", "System.Resources.Writer", "System.Runtime.CompilerServices.VisualC", "System.Runtime", "System.Runtime.Extensions", "System.Runtime.Handles", "System.Runtime.InteropServices", "System.Runtime.InteropServices.RuntimeInformation", "System.Runtime.InteropServices.WindowsRuntime", "System.Runtime.Loader", "System.Runtime.Numerics", "System.Runtime.Serialization", "System.Runtime.Serialization.Formatters", "System.Runtime.Serialization.Json", "System.Runtime.Serialization.Primitives", "System.Runtime.Serialization.Xml", "System.Security.Claims", "System.Security.Cryptography.Algorithms", "System.Security.Cryptography.Csp", "System.Security.Cryptography.Encoding", "System.Security.Cryptography.Primitives", "System.Security.Cryptography.X509Certificates", "System.Security", "System.Security.Principal", "System.Security.SecureString", "System.ServiceModel.Web", "System.ServiceProcess", "System.Text.Encoding", "System.Text.Encoding.Extensions", "System.Text.RegularExpressions", "System.Threading", "System.Threading.Overlapped", "System.Threading.Tasks.Dataflow", "System.Threading.Tasks", "System.Threading.Tasks.Extensions", "System.Threading.Tasks.Parallel", "System.Threading.Thread", "System.Threading.ThreadPool", "System.Threading.Timer", "System.Transactions", "System.Transactions.Local", "System.ValueTuple", "System.Web", "System.Web.HttpUtility", "System.Windows", "System.Xml", "System.Xml.Linq", "System.Xml.ReaderWriter", "System.Xml.Serialization", "System.Xml.XDocument", "System.Xml.XmlDocument", "System.Xml.XmlSerializer", "System.Xml.XPath", "System.Xml.XPath.XDocument", "WindowsBase"];
exports.references_full = references_full;
{
"name": "fable-compiler-js",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

@@ -25,8 +25,8 @@ "bin": {

"dependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"fable-babel-plugins": "^2.2.0",
"fable-metadata": "^1.0.1",
"fable-standalone": "^1.0.3"
"fable-metadata": "^1.1.2",
"fable-standalone": "^1.1.4"
}
}

@@ -0,4 +1,10 @@

### 1.0.4
* fable-metadata 1.1.2
* fable-standalone 1.1.4
### 1.0.3
* Update dependencies
* fable-metadata 1.0.1
* fable-standalone 1.0.3

@@ -5,0 +11,0 @@ ### 1.0.2

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