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 2.0.0 to 3.0.0

2

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

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

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

[new syntax](solution-2-new.js) ([gist][solution-2-new-gist])
3. Functional solution with no loops, variables and arithmetical operators:
[old syntax](solution-3-old.js) ([gist][solution-3-old-gist]),
[new syntax](solution-3-new.js) ([gist][solution-3-new-gist])

@@ -87,1 +90,3 @@ Sample input

[solution-2-new-gist]: https://gist.github.com/rsp/17d69b2104be486f69a225fdcaca7869
[solution-3-old-gist]: https://gist.github.com/rsp/d2c88e304a40805ef247c0cd5ac1e065
[solution-3-new-gist]: https://gist.github.com/rsp/b85c279311464fdf4ed1ddb80f15b491
'use strict';
for (const i of [1, 2]) {
for (const i of [1, 2, 3]) {
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