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

exos-cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exos-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/commands/init/templates/UILibrary/.editorconfig

4

dist/commands/init/command.js

@@ -63,2 +63,6 @@ "use strict";

},
[types_1.AppTypes.UILibrary]: {
dependencies: ["react", "react-dom", "tslib"],
devDependencies: ["@storybook/addon-a11y", "@storybook/addon-actions", "@storybook/addon-knobs", "@storybook/react", "exos-scripts", "typescript"],
},
};

@@ -65,0 +69,0 @@ console.log("Installing dependencies..");

@@ -8,3 +8,4 @@ "use strict";

AppTypes["Library"] = "Library";
AppTypes["UILibrary"] = "UILibrary";
})(AppTypes = exports.AppTypes || (exports.AppTypes = {}));
//# sourceMappingURL=types.js.map

3

dist/types/commands/init/types.d.ts
export declare enum AppTypes {
ReactApp = "ReactApp",
Library = "Library"
Library = "Library",
UILibrary = "UILibrary"
}

@@ -5,0 +6,0 @@ export interface CommandArguments {

{
"name": "exos-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "CLI tool for building React + TypeScript applications",

@@ -5,0 +5,0 @@ "main": "./dist/exos-cli.js",

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