Socket
Socket
Sign inDemoInstall

string.format

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

string.format - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

7

index.js
/* jslint node: true */
"use strict";
global.modulesCache = global.modulesCache || {};
if(global.modulesCache['string.format']){
return;
} else {
global.modulesCache['string.format'] = true;
}
require('json.decycled');

@@ -5,0 +12,0 @@

2

package.json
{
"name": "string.format",
"description": "String prototype method -> 'Hello {name}!'.format({name:'Homer'});",
"version": "1.2.1",
"version": "1.2.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Bifuer",

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