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

node-red-viseo-helper

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-viseo-helper - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

index.js

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

const getByString = exports.getByString = (obj, str, def) => {
const getByString = exports.getByString = (obj, str, def) => {
let ctxt = { "data": obj , "value": undefined };

@@ -34,3 +34,3 @@ const context = new vm.createContext(ctxt);

let rgxp = /\{([a-zA-Z0-9_\|\.\[\]])+\}/i;
let rgxp = /\{([a-zA-Z0-9_'"\|\.\[\]])+\}/i;
for (let i = 0 ; i < 100 && rgxp.test(str) ; i++){

@@ -37,0 +37,0 @@ let match = rgxp.exec(str)[0]

{
"name" : "node-red-viseo-helper",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "Utility libarary for Node-RED",

@@ -5,0 +5,0 @@ "dependencies" : { },

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