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

@bam.tech/parcel-plugin-handlebars-mock

Package Overview
Dependencies
Maintainers
12
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bam.tech/parcel-plugin-handlebars-mock - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@bam.tech/parcel-plugin-handlebars-mock",
"version": "1.0.4",
"version": "1.0.5",
"description": "Parcel plugin to populate html during development.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,7 +15,7 @@ const handlebars = require('handlebars');

const mockData = require(path.join(MOCK_DIR, this.basename))
const mockData = require(path.join(__dirname, '../../../..', MOCK_DIR, this.basename))
const html = template(mockData)
return super.parse(code);
return super.parse(html);
}

@@ -22,0 +22,0 @@ }

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