Socket
Socket
Sign inDemoInstall

@sensebox/sketch-templater

Package Overview
Dependencies
Maintainers
4
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.8.3-beta.3 to 1.8.3-beta.4

2

CHANGELOG.md

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

## v1.8.3-beta.4
## v1.8.3-beta.3

@@ -7,0 +9,0 @@

2

package.json
{
"name": "@sensebox/sketch-templater",
"version": "1.8.3-beta.3",
"version": "1.8.3-beta.4",
"description": "nodejs library to create senseBox Arduino Sketches",

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

@@ -82,2 +82,3 @@ # senseBox sketch-templater

| `@@PASSWORD@@` | the domain of your ingress server (only `homeV2Wifi` models) |
| `@@ACCESS_TOKEN@@` | the access_token of wifi / ethernet boxes |

@@ -84,0 +85,0 @@ Additionally, the following transformers are implemented:

@@ -75,3 +75,4 @@ 'use strict';

appEUI,
appKey
appKey,
access_token
}) {

@@ -94,3 +95,4 @@ return Object.assign(

APP_EUI: appEUI,
APP_KEY: appKey
APP_KEY: appKey,
ACCESS_TOKEN: access_token
}

@@ -97,0 +99,0 @@ );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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