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

ifm-lw-r1-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ifm-lw-r1-js - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

2

package.json
{
"name": "ifm-lw-r1-js",
"version": "1.0.3",
"version": "2.0.0",
"description": "inFullMobile Language Wars: Round 1 - JavaScript",

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

@@ -26,2 +26,5 @@ inFullMobile Language Wars: Round 1 - JavaScript

[new syntax](solution-1-new.js) ([gist][solution-1-new-gist])
2. Simple recursive solution without loops:
[old syntax](solution-2-old.js) ([gist][solution-2-old-gist]),
[new syntax](solution-2-new.js) ([gist][solution-2-new-gist])

@@ -82,1 +85,3 @@ Sample input

[solution-1-new-gist]: https://gist.github.com/rsp/37e0b859bde229c22f9016d48685ff70
[solution-2-old-gist]: https://gist.github.com/rsp/c1607c8a9f489faa136c81b578428048
[solution-2-new-gist]: https://gist.github.com/rsp/17d69b2104be486f69a225fdcaca7869
'use strict';
for (const i of [1]) {
for (const i of [1, 2]) {
for (const l of ['old', 'new']) {

@@ -5,0 +5,0 @@ const n = `solution-${i}-${l}`;

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