Socket
Socket
Sign inDemoInstall

geneva

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geneva - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

4

lib/base.js

@@ -122,7 +122,7 @@ const lodash = require('lodash');

// variables after the function has been defined.
const storedRefs = {...parentRuntime.scope.refs};
const storedRefs = lodash.cloneDeep(parentRuntime.scope.refs);
// Each function call gets its own run time with its own scope
return (...args) => {
const scope = new Scope(storedRefs);
const scope = new Scope(lodash.cloneDeep(storedRefs));
lodash.forEach(args, (value, index) => {

@@ -129,0 +129,0 @@ // Make sure we don't go beyond the arguments

{
"name": "geneva",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "JSON-Flavored Lisp",

@@ -5,0 +5,0 @@ "main": "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