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

restapify

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restapify - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

2

dist/getRoute.js

@@ -148,6 +148,6 @@ "use strict";

let bodyAsString = JSON.stringify(body);
bodyAsString = fakerHelpers_1.getContentWithReplacedFakerVars(bodyAsString);
if (varsToReplace)
bodyAsString = exports.getContentWithReplacedVars(bodyAsString, varsToReplace);
bodyAsString = forLoopHelpers_1.getContentWithReplacedForLoopsSyntax(bodyAsString);
bodyAsString = fakerHelpers_1.getContentWithReplacedFakerVars(bodyAsString);
return JSON.parse(bodyAsString);

@@ -154,0 +154,0 @@ }

{
"name": "restapify",
"version": "0.0.24",
"version": "0.0.25",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "files": [

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