Socket
Socket
Sign inDemoInstall

@radix-ui/react-collection

Package Overview
Dependencies
Maintainers
6
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-collection - npm Package Compare versions

Comparing version 0.1.5-rc.40 to 0.1.5-rc.41

24

dist/index.js

@@ -6,17 +6,4 @@ var $hnlpS$react = require("react");

function $parcel$exportWildcard(dest, source) {
Object.keys(source).forEach(function(key) {
if (key === 'default' || key === '__esModule' || dest.hasOwnProperty(key)) {
return;
}
Object.defineProperty(dest, key, {
enumerable: true,
get: function get() {
return source[key];
}
});
});
return dest;
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}

@@ -26,8 +13,4 @@ function $parcel$interopDefault(a) {

}
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
var $1a96635ec239608b$exports = {};
$parcel$export($1a96635ec239608b$exports, "createCollection", () => $1a96635ec239608b$export$c74125a8e3af6bb2);
$parcel$export(module.exports, "createCollection", () => $1a96635ec239608b$export$c74125a8e3af6bb2);

@@ -134,5 +117,4 @@

$parcel$exportWildcard(module.exports, $1a96635ec239608b$exports);
//# sourceMappingURL=index.js.map

@@ -6,12 +6,6 @@ import $6vYhU$react from "react";

function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
var $e02a7d9cb1dc128c$exports = {};
$parcel$export($e02a7d9cb1dc128c$exports, "createCollection", () => $e02a7d9cb1dc128c$export$c74125a8e3af6bb2);
// We have resorted to returning slots directly rather than exposing primitives that can then

@@ -18,0 +12,0 @@ // be slotted like `<CollectionItem as={Slot}>…</CollectionItem>`.

10

package.json
{
"name": "@radix-ui/react-collection",
"version": "0.1.5-rc.40",
"version": "0.1.5-rc.41",
"license": "MIT",

@@ -20,6 +20,6 @@ "source": "src/index.ts",

"@babel/runtime": "^7.13.10",
"@radix-ui/react-compose-refs": "0.1.1-rc.40",
"@radix-ui/react-context": "0.1.2-rc.40",
"@radix-ui/react-primitive": "0.1.5-rc.40",
"@radix-ui/react-slot": "0.1.3-rc.40"
"@radix-ui/react-compose-refs": "0.1.1-rc.41",
"@radix-ui/react-context": "0.1.2-rc.41",
"@radix-ui/react-primitive": "0.1.5-rc.41",
"@radix-ui/react-slot": "0.1.3-rc.41"
},

@@ -26,0 +26,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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