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 10.0.7 to 10.0.8

7

lib/util/assert.js

@@ -1,2 +0,5 @@

const { assert } = console;
export default assert;
export default (condition, message) => {
if (!condition) {
throw new Error(message);
}
};
{
"name": "object-rewrite",
"type": "module",
"version": "10.0.7",
"version": "10.0.8",
"description": "Rewrite Object(s) in place using plugins.",

@@ -6,0 +6,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