New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hydra-synth

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydra-synth - npm Package Compare versions

Comparing version 1.3.25 to 1.3.26

4

CHANGELOG.md
# Changelog
## [1.3.26] - 2023-04-26
### Fixed
- reverted changes from [1.3.25], see [here](https://github.com/hydra-synth/hydra-synth/pull/136#issuecomment-1523606639)
## [1.3.25] - 2023-04-19

@@ -3,0 +7,0 @@ ### Changed

2

package.json
{
"name": "hydra-synth",
"version": "1.3.25",
"version": "1.3.26",
"description": "base synth for hydra-editor",

@@ -5,0 +5,0 @@ "type": "module",

@@ -23,8 +23,7 @@ // attempt custom evaluation sandbox for hydra functions

function createSandbox(initial) {
Function(initial)();
function createSandbox (initial) {
eval(initial)
// optional params
var localEval = function (code) {
Function(code)();
var localEval = function (code) {
eval(code)
}

@@ -31,0 +30,0 @@

Sorry, the diff of this file is too big to display

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