Socket
Socket
Sign inDemoInstall

@pnpm/meta-updater

Package Overview
Dependencies
181
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

lib/index.js

@@ -13,3 +13,3 @@ import findWorkspaceDir from '@pnpm/find-workspace-dir';

throw new Error(`Cannot find a workspace at ${process.cwd()}`);
const updater = await import(path.resolve('.meta-updater/main.mjs'));
const updater = await import(`file://${path.resolve('.meta-updater/main.mjs').replace(/\\/g, '/')}`);
const updateOptions = await updater.default(workspaceDir);

@@ -16,0 +16,0 @@ await performUpdates(workspaceDir, updateOptions, opts);

{
"name": "@pnpm/meta-updater",
"version": "0.0.2",
"version": "0.0.3",
"description": "Keeps meta files up-to-date in a monorepo",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc