Socket
Socket
Sign inDemoInstall

@rimbu/base

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/base - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

dist/main/plain-object.js

10

dist/main/index.js

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

var tslib_1 = require("tslib");
var Arr = tslib_1.__importStar(require("./arr"));
exports.Arr = Arr;
var Entry = tslib_1.__importStar(require("./entry"));
exports.Entry = Entry;
var RimbuError = tslib_1.__importStar(require("./rimbu-error"));
exports.RimbuError = RimbuError;
exports.Arr = tslib_1.__importStar(require("./arr"));
exports.Entry = tslib_1.__importStar(require("./entry"));
exports.RimbuError = tslib_1.__importStar(require("./rimbu-error"));
tslib_1.__exportStar(require("./plain-object"), exports);
tslib_1.__exportStar(require("./internal"), exports);
//# sourceMappingURL=index.js.map

8

dist/module/index.js

@@ -1,6 +0,6 @@

import * as Arr from './arr';
import * as Entry from './entry';
import * as RimbuError from './rimbu-error';
export { Arr, Entry, RimbuError };
export * as Arr from './arr';
export * as Entry from './entry';
export * as RimbuError from './rimbu-error';
export * from './plain-object';
export * from './internal';
//# sourceMappingURL=index.js.map

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

import * as Arr from './arr';
import * as Entry from './entry';
import * as RimbuError from './rimbu-error';
export { Arr, Entry, RimbuError };
export * as Arr from './arr';
export * as Entry from './entry';
export * as RimbuError from './rimbu-error';
export * from './plain-object';
export * from './internal';
{
"name": "@rimbu/base",
"version": "0.8.2",
"version": "0.9.0",
"description": "Utilities to implement Rimbu collections",

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

"dependencies": {
"@rimbu/common": "^0.9.2",
"@rimbu/common": "^0.9.3",
"tslib": "^2.4.0"

@@ -65,3 +65,3 @@ },

},
"gitHead": "33dd7ca935f19f513586834a2ce1b1f886352ae7"
"gitHead": "4efaf8c469d606381517984436383fd6b1b61ec0"
}

@@ -1,7 +0,6 @@

import * as Arr from './arr';
import * as Entry from './entry';
import * as RimbuError from './rimbu-error';
export * as Arr from './arr';
export * as Entry from './entry';
export * as RimbuError from './rimbu-error';
export * from './plain-object';
export { Arr, Entry, RimbuError };
export * from './internal';

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc