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

@rimbu/deep

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/deep - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

1

dist/main/internal.js

@@ -7,5 +7,4 @@ "use strict";

Object.defineProperty(exports, "Path", { enumerable: true, get: function () { return path_1.Path; } });
var match_1 = require("./match");
var Deep = tslib_1.__importStar(require("./deep"));
exports.Deep = Deep;
//# sourceMappingURL=internal.js.map
export { Path } from './path';
export {} from './match';
import * as Deep from './deep';
export { Deep };
//# sourceMappingURL=internal.js.map

4

package.json
{
"name": "@rimbu/deep",
"version": "0.14.3",
"version": "0.14.4",
"description": "Tools to use handle plain JS objects as immutable objects",

@@ -76,3 +76,3 @@ "keywords": [

},
"gitHead": "3d235bc539eed9cda52d110c2ec805d686776ae7"
"gitHead": "8f83f7bc9812a739279a64e2e52d83f631dfb4f6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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