Socket
Socket
Sign inDemoInstall

@solid-aria/primitives

Package Overview
Dependencies
38
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

7

dist/cjs/index.js

@@ -18,2 +18,3 @@ 'use strict';

var menu = require('@solid-aria/menu');
var meter = require('@solid-aria/meter');
var overlays = require('@solid-aria/overlays');

@@ -112,2 +113,8 @@ var progress = require('@solid-aria/progress');

});
Object.keys(meter).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return meter[k]; }
});
});
Object.keys(overlays).forEach(function (k) {

@@ -114,0 +121,0 @@ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {

1

dist/esm/index.js

@@ -14,2 +14,3 @@ export * from '@solid-aria/breadcrumbs';

export * from '@solid-aria/menu';
export * from '@solid-aria/meter';
export * from '@solid-aria/overlays';

@@ -16,0 +17,0 @@ export * from '@solid-aria/progress';

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

export * from "@solid-aria/menu";
export * from "@solid-aria/meter";
export * from "@solid-aria/overlays";

@@ -32,0 +33,0 @@ export * from "@solid-aria/progress";

@@ -14,2 +14,3 @@ export * from "@solid-aria/breadcrumbs";

export * from "@solid-aria/menu";
export * from "@solid-aria/meter";
export * from "@solid-aria/overlays";

@@ -16,0 +17,0 @@ export * from "@solid-aria/progress";

3

package.json
{
"name": "@solid-aria/primitives",
"version": "0.2.0",
"version": "0.3.0",
"private": false,

@@ -56,2 +56,3 @@ "description": "A library of high-quality primitives that help you build accessible user interfaces with SolidJS.",

"@solid-aria/menu": "^0.1.4",
"@solid-aria/meter": "^0.0.1",
"@solid-aria/overlays": "^0.1.3",

@@ -58,0 +59,0 @@ "@solid-aria/progress": "^0.0.1",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc