New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

docpack-page-generator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpack-page-generator - npm Package Compare versions

Comparing version 0.0.1-beta.3 to 0.0.1-beta.4

2

lib/plugin.js

@@ -195,3 +195,3 @@ var path = require('path');

if (typeof config.context == 'function') {
context = merge(defaultContext, config.context(targets));
context = merge(defaultContext, config.context(targets, target));
if (!isPlainObject(context)) {

@@ -198,0 +198,0 @@ throw new Error('`context` function should return an object');

{
"name": "docpack-page-generator",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/plugin.js",

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