Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 0.3.1

3

dist/index.d.ts

@@ -6,3 +6,2 @@ /**

export { equal as default };
export = equal
export = equal;

@@ -152,8 +152,2 @@ "use strict";

}
//# sourceMappingURL=index.js.map
// fix-cjs-exports
if (module.exports.default) {
Object.assign(module.exports.default, module.exports);
module.exports = module.exports.default;
delete module.exports.default;
}
//# sourceMappingURL=index.js.map
{
"name": "@gilbarbara/deep-equal",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tiny deep equal comparator",

@@ -45,3 +45,2 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"del-cli": "^5.1.0",
"fix-tsup-cjs": "^1.2.0",
"happy-dom": "^12.7.0",

@@ -61,3 +60,3 @@ "husky": "^8.0.3",

"scripts": {
"build": "npm run clean && tsup && fix-tsup-cjs",
"build": "npm run clean && tsup",
"watch": "tsup --watch",

@@ -77,2 +76,3 @@ "clean": "del dist/*",

"tsup": {
"cjsInterop": true,
"dts": true,

@@ -79,0 +79,0 @@ "entry": [

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