New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-struct-compare

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-struct-compare - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-beta.1

.github/workflows/ci.yml

2

package.json
{
"name": "js-struct-compare",
"version": "1.0.0",
"version": "1.1.0-beta.1",
"description": "Library to compare two (JSON-serializable) structures and return their differences.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -0,1 +1,3 @@

[![NPM version](https://img.shields.io/npm/v/js-struct-compare.svg)](https://www.npmjs.com/package/js-struct-compare)
js-struct-compare

@@ -19,3 +21,3 @@ =================

-----
This package is meant to be consumed as an ES module. It's default export is a
This package is meant to be consumed as an ES module. Its default export is a
comparison function that takes a _left_ and a _right_ instance and returns an

@@ -22,0 +24,0 @@ array of differences between them. These can be seen as the operations needed

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