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

@coat/cli

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coat/cli - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

build/sync/get-default-files.d.ts

8

build/sync/index.js

@@ -46,2 +46,4 @@ "use strict";

var _getDefaultFiles = require("./get-default-files");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -109,4 +111,6 @@

draft.packageJson = packageJsonFileContent;
});
const allFiles = [packageJsonFileEntry, // Node.js 10 compatibility
}); // Add default files that are generated by coat sync
const defaultFiles = (0, _getDefaultFiles.getDefaultFiles)();
const allFiles = [packageJsonFileEntry, ...defaultFiles, // Node.js 10 compatibility
// Use Array.flatMap once Node 10 is no longer supported

@@ -113,0 +117,0 @@ ...(0, _flatten.default)(allTemplates.map(template => template.files))]; // Group files by file path

{
"name": "@coat/cli",
"version": "0.0.6",
"version": "0.0.7",
"author": "Peter Juras <me@peterjuras.com>",

@@ -5,0 +5,0 @@ "bin": {

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