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

@journeyapps/component-types

Package Overview
Dependencies
Maintainers
2
Versions
778
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/component-types - npm Package Compare versions

Comparing version 0.0.0-dev.d89f3626.49f02e8 to 0.0.0-dev.d952b4ff.da67304

4

dist/index.d.ts

@@ -14,6 +14,2 @@ import { ObjectTableState } from './objectTable';

export interface ComponentApis {
objectTable(options?: ComponentProps): {
toggleFullscreen(): void;
setState(state: ObjectTableState): void;
};
html(options?: ComponentProps): {

@@ -20,0 +16,0 @@ on: any;

5

dist/index.js

@@ -17,3 +17,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -23,5 +23,6 @@ return result;

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.objectTable = void 0;
exports.objectTable = __importStar(require("./objectTable"));

@@ -28,0 +29,0 @@ __exportStar(require("./navigation"), exports);

@@ -17,3 +17,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -20,0 +20,0 @@ return result;

{
"name": "@journeyapps/component-types",
"version": "0.0.0-dev.d89f3626.49f02e8",
"version": "0.0.0-dev.d952b4ff.da67304",
"publishConfig": {

@@ -23,3 +23,3 @@ "registry": "https://registry.npmjs.org"

"typings": "./dist/index",
"gitHead": "0248740562d42c1c9e26a21bd1fbd7030a1b80f6"
"gitHead": "acafff9ad21635a93a6294395d3a4a70badf96fc"
}

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