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

slim-stencil-tools

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slim-stencil-tools - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "slim-stencil-tools",
"version": "0.4.0",
"version": "0.4.1",
"description": "A lightweight and modern alternative utility library for Bigcommerce Stencil themes",

@@ -5,0 +5,0 @@ "main": "dist/slim-stencil-tools.js",

@@ -7,4 +7,4 @@ /**

*/
const imageUrl = (data, size) => data.replace('{:size}', size);
export default imageUrl;
export default function imageUrl(data, size) {
return data.replace('{:size}', size);
}
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