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.3-28 to 0.0.3-29

12

build/cli.js

@@ -50,2 +50,14 @@ #!/usr/bin/env ts-node

console.log("Or get info about a file or package via `info`");
console.log("Available commands:");
console.log([
"init",
"compile",
"test",
"install",
"info",
"repl",
"bundle",
"format",
"template",
].join(" | "));
}

@@ -52,0 +64,0 @@ async function main() {

2

package.json
{
"name": "derw",
"version": "0.0.3-28",
"version": "0.0.3-29",
"description": "An Elm-inspired language that transpiles to TypeScript",

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

@@ -61,2 +61,16 @@ #!/usr/bin/env ts-node

console.log("Or get info about a file or package via `info`");
console.log("Available commands:");
console.log(
[
"init",
"compile",
"test",
"install",
"info",
"repl",
"bundle",
"format",
"template",
].join(" | ")
);
}

@@ -63,0 +77,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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