Socket
Socket
Sign inDemoInstall

@sensebox/sketch-templater

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sensebox/sketch-templater - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # node-sketch-templater Changelog

## v1.11.1
- âŦ‡ī¸ Set `node` engine to v14
## v1.11.0

@@ -7,0 +10,0 @@ - 🧹 Housekeeping (`dependebot`, `dependencies`)

12

package.json
{
"name": "@sensebox/sketch-templater",
"version": "1.11.0",
"version": "1.11.1",
"description": "nodejs library to create senseBox Arduino Sketches",

@@ -9,3 +9,3 @@ "main": "src/index.js",

"engines": {
"node": ">=16",
"node": ">=14",
"npm": ">=8"

@@ -27,9 +27,9 @@ },

"eslint": "^8.10.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-prettier": "^2.1.2",
"mocha": "^5.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.2.1",
"prettier": "^2.5.1"
},
"dependencies": {
"config": "^1.29.2",
"config": "^3.3.7",
"dedent": "^0.7.0"

@@ -36,0 +36,0 @@ },

@@ -1,5 +0,4 @@

# senseBox sketch-templater
Arduino sketch templates used by the openSenseMap-api
# senseBox sketch-templater [![NPM Version](https://img.shields.io/npm/v/@sensebox/sketch-templater.svg)](https://www.npmjs.com/package/@sensebox/sketch-templater)
[![NPM Version](https://img.shields.io/npm/v/@sensebox/sketch-templater.svg)](https://www.npmjs.com/package/@sensebox/sketch-templater)
Arduino sketch templates used by the [openSenseMap-API](https://github.com/sensebox/openSenseMap-API). The `sketch-templater` creates a Arduino Sketch (`.ino`) for the Arduino IDE based on the selected options and sensors during the registration process on [openSenseMap](https://github.com/sensebox/openSenseMap).

@@ -21,2 +20,3 @@ ## Versioning

1. `git push --tags origin main`
1. `npm publish`

@@ -79,2 +79,3 @@ ## Usage

| `@@SENSEBOX_ID@@` | the senseBox ID |
| `@@SENSEBOX_NAME@@` | the senseBox Name |
| `@@SENSOR_IDS@@` | sensor IDs |

@@ -81,0 +82,0 @@ | `@@NUM_SENSORS@@` | the number of sensors |

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