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

@form-create/utils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form-create/utils - npm Package Compare versions

Comparing version 2.5.27 to 2.5.31

2

lib/json.js

@@ -33,3 +33,3 @@ import deepExtend from './deepextend';

function makeFn(fn) {
return eval('(' + FUNCTION + '(){return ' + fn + ' })()')
return (new Function('return ' + fn))();
}

@@ -36,0 +36,0 @@

{
"name": "@form-create/utils",
"version": "2.5.27",
"version": "2.5.31",
"description": "",

@@ -31,3 +31,3 @@ "main": "./lib/index.js",

},
"gitHead": "ca02f3c2b7570705ec3676361ec62350495f6481"
"gitHead": "a963ffacbba371b5589112e605846dc993944dc0"
}
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