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.0 to 6.0.1

1

lib/module/plugin.js

@@ -104,2 +104,3 @@ "use strict";

name,
contextSchema,
init: (context, logger) => {

@@ -106,0 +107,0 @@ if (contextSchemaCompiled(context) === false) {

2

lib/module/rewriter/compile-meta.js

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

pluginsByType[plugin.type].push(plugin);
activePlugins.add(plugin.name);
activePlugins.add(plugin);
inactivePlugins.splice(j, 1);

@@ -25,0 +25,0 @@ j -= 1;

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

@@ -13,19 +13,19 @@ "main": "lib/index.js",

"object-fields": "2.0.20",
"object-scan": "13.9.0"
"object-scan": "13.9.1"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/register": "7.12.10",
"@babel/cli": "7.13.0",
"@babel/core": "7.13.1",
"@babel/register": "7.13.0",
"@blackflux/eslint-plugin-rules": "1.3.45",
"@blackflux/robo-config-plugin": "4.0.4",
"@blackflux/robo-config-plugin": "4.1.0",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "5.4.0",
"chai": "4.2.0",
"chai": "4.3.0",
"coveralls": "3.1.0",
"eslint": "7.19.0",
"eslint": "7.20.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-mocha": "8.0.0",

@@ -35,3 +35,3 @@ "js-gardener": "2.0.184",

"nyc": "15.1.0",
"semantic-release": "17.3.7"
"semantic-release": "17.3.9"
},

@@ -38,0 +38,0 @@ "scripts": {

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