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

jsexpr

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsexpr - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

lib/expression.js

@@ -210,3 +210,3 @@ const

const prfn = input["$"] ? mingotokens(input, replace) : ()=>input;
const prfn = input["$"] ? mingotokens(input, replace) : (input)=>input;
const nxfn = Object.keys(ninput).length? jsontokens(ninput,replace) : (input)=>input;

@@ -213,0 +213,0 @@

{
"name": "jsexpr",
"version": "0.9.1",
"version": "0.9.2",
"description": "String and JSON expression interpolator and evaluator. Interpolates or evaluates a string against a json object, or transforms an object into another based on a json template",

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

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