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

@eeue56/derw

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeue56/derw - npm Package Compare versions

Comparing version 0.0.3-6 to 0.0.3-7

2

build/js_generator.js

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

if (module.exposing.length === 0) {
return `import ${name} from "${module.name}";`;
return `import * as ${name} from "${module.name}";`;
}

@@ -403,0 +403,0 @@ else {

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

if (module.exposing.length === 0) {
return `import ${name} from "${module.name}";`;
return `import * as ${name} from "${module.name}";`;
}

@@ -551,0 +551,0 @@ else {

{
"name": "@eeue56/derw",
"version": "0.0.3-6",
"version": "0.0.3-7",
"description": "An Elm-inspired language that transpiles to TypeScript",

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

@@ -534,3 +534,3 @@ import path from "path";

if (module.exposing.length === 0) {
return `import ${name} from "${module.name}";`;
return `import * as ${name} from "${module.name}";`;
} else {

@@ -537,0 +537,0 @@ return `import { ${module.exposing.join(", ")} } from "${

@@ -728,3 +728,3 @@ import path from "path";

if (module.exposing.length === 0) {
return `import ${name} from "${module.name}";`;
return `import * as ${name} from "${module.name}";`;
} else {

@@ -731,0 +731,0 @@ return `import { ${module.exposing.join(", ")} } from "${

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