New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xod-arduino

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xod-arduino - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/transpiler.js

@@ -213,3 +213,3 @@ 'use strict';

*/
var formatValueLiteral = (0, _types.def)('formatValueLiteral :: DataValue -> String', _ramda2.default.cond([[_ramda2.default.equals(''), _ramda2.default.always('nullptr')], [_ramda2.default.is(String), function (x) {
var formatValueLiteral = (0, _types.def)('formatValueLiteral :: DataValue -> String', _ramda2.default.cond([[_ramda2.default.equals(''), _ramda2.default.always('::xod::List<char>::empty()')], [_ramda2.default.is(String), function (x) {
return '::xod::List<char>::fromPlainArray("' + x + '", ' + x.length + ')';

@@ -216,0 +216,0 @@ }], [_ramda2.default.T, _ramda2.default.toString]]));

{
"name": "xod-arduino",
"version": "0.1.3",
"version": "0.1.4",
"description": "XOD project: Arduino transpiler",

@@ -22,8 +22,5 @@ "scripts": {

"sanctuary-def": "^0.9.0",
"xod-func-tools": "^0.1.3",
"xod-project": "^0.1.3"
"xod-func-tools": "^0.1.4",
"xod-project": "^0.1.4"
},
"engines": {
"node": "6.0.0"
},
"devDependencies": {

@@ -33,4 +30,4 @@ "babel-plugin-inline-import": "^2.0.4",

"dirty-chai": "^1.2.2",
"xod-fs": "^0.1.3"
"xod-fs": "^0.1.4"
}
}

@@ -378,3 +378,3 @@ import R from 'ramda';

R.cond([
[R.equals(''), R.always('nullptr')],
[R.equals(''), R.always('::xod::List<char>::empty()')],
[R.is(String), x => `::xod::List<char>::fromPlainArray("${x}", ${x.length})`],

@@ -381,0 +381,0 @@ [R.T, R.toString],

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