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

derw

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derw - npm Package Compare versions

Comparing version 0.0.9-8 to 0.0.9-9

build/generators/Elm.d.ts

2

build/Blocks.js

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

const exposeWithoutDuplicates = List.filter(function (name) {
return exportNames.includes(name);
return !exportNames.includes(name);
}, namesToExpose);

@@ -392,0 +392,0 @@ return Export({ names: exposeWithoutDuplicates });

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

const Derw_1 = require("./generators/Derw");
const elm_1 = require("./generators/elm");
const Elm_1 = require("./generators/Elm");
const English_1 = require("./generators/English");

@@ -23,3 +23,3 @@ const Js_1 = require("./generators/Js");

case "elm": {
return elm_1.generateElm(parsed) + emptyLineAtEndOfFile;
return Elm_1.generateElm(parsed) + emptyLineAtEndOfFile;
}

@@ -26,0 +26,0 @@ case "english": {

{
"name": "derw",
"version": "0.0.9-8",
"version": "0.0.9-9",
"description": "An Elm-inspired language that transpiles to TypeScript",

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

@@ -527,5 +527,5 @@ import { isTestFile } from "./Utils";

const exposeWithoutDuplicates: string[] = List.filter(function(name: any) {
return exportNames.includes(name);
return !exportNames.includes(name);
}, namesToExpose);
return Export({ names: exposeWithoutDuplicates });
}
import { generateDerw } from "./generators/Derw";
import { generateElm } from "./generators/elm";
import { generateElm } from "./generators/Elm";
import { generateEnglish } from "./generators/English";

@@ -4,0 +4,0 @@ import { generateJavascript } from "./generators/Js";

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