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

@gilbarbara/deep-equal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gilbarbara/deep-equal - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

dist/helpers.d.ts

61

package.json
{
"name": "@gilbarbara/deep-equal",
"version": "0.1.2",
"version": "0.2.0",
"description": "Tiny deep equal comparator",

@@ -14,10 +14,13 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"homepage": "https://github.com/gilbarbara/deep-equal#readme",
"main": "lib/index.js",
"module": "esm/index.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"files": [
"esm",
"lib",
"dist",
"src"
],
"types": "lib",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -31,35 +34,33 @@ "license": "MIT",

"devDependencies": {
"@gilbarbara/eslint-config": "^0.3.6",
"@gilbarbara/esbuilder": "^0.2.0",
"@gilbarbara/eslint-config": "^0.4.0",
"@gilbarbara/prettier-config": "^0.1.0",
"@gilbarbara/tsconfig": "^0.1.1",
"@size-limit/preset-small-lib": "^8.1.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@size-limit/preset-small-lib": "^8.2.4",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/node-fetch": "^3.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
"del-cli": "^5.0.0",
"husky": "^8.0.1",
"husky": "^8.0.3",
"is-ci-cli": "^2.2.0",
"jest": "^29.2.1",
"jest": "^29.5.0",
"jest-date-mock": "^1.0.8",
"jest-environment-jsdom": "^29.2.1",
"jest-extended": "^3.1.0",
"jest-watch-typeahead": "^2.2.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-watch-typeahead": "^2.2.2",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"repo-tools": "^0.2.2",
"size-limit": "^8.1.0",
"ts-jest": "^29.0.3",
"size-limit": "^8.2.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},
"scripts": {
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc",
"build:esm": "tsc -m es6 --outDir esm",
"clean": "del lib/* && del esm/*",
"watch:cjs": "npm run build:cjs -- -w",
"watch:esm": "npm run build:esm -- -w",
"build": "npm run clean && esbuilder --cjs --esm && npm run build:types",
"build:types": "tsc",
"clean": "del dist/*",
"test": "is-ci \"test:coverage\" \"test:watch\"",

@@ -69,3 +70,3 @@ "test:coverage": "jest --coverage --bail",

"lint": "eslint --fix src test",
"typecheck": "tsc --noEmit",
"typecheck": "tsc",
"format": "prettier \"**/*.{css,graphql,js,json,jsx,less,md,mdx,scss,ts,tsx,yaml,yml}\" --write",

@@ -86,8 +87,8 @@ "validate": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run size",

"name": "lib",
"path": "./lib/index.js",
"limit": "1.2 kB"
"path": "./dist/index.js",
"limit": "1 kB"
},
{
"name": "esm",
"path": "./esm/index.js",
"path": "./dist/index.mjs",
"limit": "1 kB"

@@ -94,0 +95,0 @@ }

# @gilbarbara/deep-equal
[![npm version](https://badge.fury.io/js/%40gilbarbara%2Fdeep-equal.svg)](https://badge.fury.io/js/%40gilbarbara%2Fdeep-equal) [![CI](https://github.com/gilbarbara/deep-equal/actions/workflows/main.yml/badge.svg)](https://github.com/gilbarbara/deep-equal/actions/workflows/main.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/466ae47e8a9a20955af2/maintainability)](https://codeclimate.com/github/gilbarbara/deep-equal/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/466ae47e8a9a20955af2/test_coverage)](https://codeclimate.com/github/gilbarbara/deep-equal/test_coverage)
[![npm version](https://badge.fury.io/js/%40gilbarbara%2Fdeep-equal.svg)](https://badge.fury.io/js/%40gilbarbara%2Fdeep-equal) [![CI](https://github.com/gilbarbara/deep-equal/actions/workflows/main.yml/badge.svg)](https://github.com/gilbarbara/deep-equal/actions/workflows/main.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=gilbarbara_deep-equal&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=gilbarbara_deep-equal)

@@ -5,0 +5,0 @@ Lightweight deep equal comparator.

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