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

object-rewrite

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-rewrite - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

lib/util/rewriter.js

@@ -102,3 +102,3 @@ "use strict";

if (plugin.targets.includes(field) || plugin.type !== 'INJECT' && (`${field}.` === plugin.target || field.startsWith(plugin.target))) {
if (plugin.targets.includes(field) || `${field}.` === plugin.target || field.startsWith(plugin.target)) {
requiredFields.push(...plugin.requires);

@@ -105,0 +105,0 @@ inactivePlugins.splice(j, 1);

{
"name": "object-rewrite",
"version": "4.2.0",
"version": "4.2.1",
"description": "Rewrite Object(s) in place using plugins.",

@@ -5,0 +5,0 @@ "main": "lib/index.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