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 6.0.2 to 6.0.3

2

lib/module/rewriter/mk-inject-rewriter.js

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

const exec = r => {
assert(plugin.fnSchema(r) === true);
assert(plugin.fnSchema(r) === true, r);

@@ -39,0 +39,0 @@ if (plugin.targetRel === '*') {

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

@@ -20,3 +20,3 @@ "main": "lib/index.js",

"@blackflux/eslint-plugin-rules": "1.3.45",
"@blackflux/robo-config-plugin": "4.1.0",
"@blackflux/robo-config-plugin": "4.1.2",
"babel-eslint": "10.1.0",

@@ -32,3 +32,3 @@ "babel-preset-latest-node": "5.4.0",

"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.184",
"js-gardener": "2.0.185",
"lodash.get": "4.4.2",

@@ -35,0 +35,0 @@ "nyc": "15.1.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