Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

piral-ext

Package Overview
Dependencies
Maintainers
1
Versions
1021
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-ext - npm Package Compare versions

Comparing version 0.8.0-pre.682 to 0.8.0-pre.683

4

lib/index.d.ts

@@ -1,2 +0,1 @@

export * from 'piral-auth';
export * from 'piral-fetch';

@@ -6,8 +5,5 @@ export * from 'piral-translate';

export * from 'piral-dashboard';
export * from 'piral-containers';
export * from 'piral-feeds';
export * from 'piral-forms';
export * from 'piral-menu';
export * from 'piral-modals';
export * from 'piral-notifications';
export * from 'piral-search';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("piral-auth"), exports);
tslib_1.__exportStar(require("piral-fetch"), exports);

@@ -9,9 +8,6 @@ tslib_1.__exportStar(require("piral-translate"), exports);

tslib_1.__exportStar(require("piral-dashboard"), exports);
tslib_1.__exportStar(require("piral-containers"), exports);
tslib_1.__exportStar(require("piral-feeds"), exports);
tslib_1.__exportStar(require("piral-forms"), exports);
tslib_1.__exportStar(require("piral-menu"), exports);
tslib_1.__exportStar(require("piral-modals"), exports);
tslib_1.__exportStar(require("piral-notifications"), exports);
tslib_1.__exportStar(require("piral-search"), exports);
//# sourceMappingURL=index.js.map

26

package.json
{
"name": "piral-ext",
"version": "0.8.0-pre.682",
"version": "0.8.0-pre.683",
"description": "Useful API extensions and component definitions for extending piral-core.",

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

"devDependencies": {
"piral-core": "^0.8.0-pre.682"
"piral-core": "^0.8.0-pre.683"
},

@@ -46,16 +46,12 @@ "peerDependencies": {

"dependencies": {
"piral-auth": "^0.8.0-pre.682",
"piral-containers": "^0.8.0-pre.682",
"piral-dashboard": "^0.8.0-pre.682",
"piral-feeds": "^0.8.0-pre.682",
"piral-fetch": "^0.8.0-pre.682",
"piral-forms": "^0.8.0-pre.682",
"piral-menu": "^0.8.0-pre.682",
"piral-modals": "^0.8.0-pre.682",
"piral-notifications": "^0.8.0-pre.682",
"piral-search": "^0.8.0-pre.682",
"piral-translate": "^0.8.0-pre.682",
"piral-urql": "^0.8.0-pre.682"
"piral-dashboard": "^0.8.0-pre.683",
"piral-feeds": "^0.8.0-pre.683",
"piral-fetch": "^0.8.0-pre.683",
"piral-menu": "^0.8.0-pre.683",
"piral-modals": "^0.8.0-pre.683",
"piral-notifications": "^0.8.0-pre.683",
"piral-translate": "^0.8.0-pre.683",
"piral-urql": "^0.8.0-pre.683"
},
"gitHead": "04da0183524adea0bae44c0f30f2b3ee1ce36e88"
"gitHead": "2a3db9bdcf5523446ac735eb5f064be6afd600ba"
}

@@ -9,15 +9,13 @@ [![Piral Logo](https://github.com/smapiot/piral/raw/master/docs/assets/logo.png)](https://piral.io)

- `piral-auth`: User authentication
- `piral-containers`: Pilet state management
- `piral-dashboard`: Dashboard presentation
- `piral-feeds`: Data feed connectivity
- `piral-fetch`: Fetch configuration
- `piral-forms`: Resiliant forms
- `piral-menu`: Menu integration
- `piral-modals`: Modal dialogs
- `piral-notifications`: Notification support
- `piral-search`: Search provider registration
- `piral-translate`: Simple localization
- `piral-urql`: GraphQL integration
For more details on the individual libraries please visit their own dedicated README.
## Documentation

@@ -24,0 +22,0 @@

@@ -1,2 +0,1 @@

export * from 'piral-auth';
export * from 'piral-fetch';

@@ -6,8 +5,5 @@ export * from 'piral-translate';

export * from 'piral-dashboard';
export * from 'piral-containers';
export * from 'piral-feeds';
export * from 'piral-forms';
export * from 'piral-menu';
export * from 'piral-modals';
export * from 'piral-notifications';
export * from 'piral-search';

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