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

@bunt/project

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/project - npm Package Compare versions

Comparing version 0.19.12 to 0.19.16

2

dist/Command/UpdateLintCommand.js

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

}
exports.default = route_1.command(UpdateLintCommand, "lint:update");
exports.default = (0, route_1.command)(UpdateLintCommand, "lint:update");
//# sourceMappingURL=UpdateLintCommand.js.map

@@ -9,3 +9,3 @@ #!/usr/bin/env node

const ProjectContext_1 = require("./ProjectContext");
unit_1.main(async () => {
(0, unit_1.main)(async () => {
const commands = [

@@ -12,0 +12,0 @@ UpdateLintCommand_1.default,

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

get store() {
return new Resource_1.ResourceStore(path_1.resolve(__dirname, "../resources"));
return new Resource_1.ResourceStore((0, path_1.resolve)(__dirname, "../resources"));
}

@@ -12,0 +12,0 @@ }

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

try {
await stat(path_1.join(this.current, "package.json"));
await stat((0, path_1.join)(this.current, "package.json"));
}

@@ -25,3 +25,3 @@ catch {

}
const path = path_1.join(this.current, path_1.basename(resource.file));
const path = (0, path_1.join)(this.current, (0, path_1.basename)(resource.file));
await copyFile(resource.path, path);

@@ -31,3 +31,3 @@ return path;

async resolve(file) {
const path = path_1.join(this.location, file);
const path = (0, path_1.join)(this.location, file);
const paths = [path, path.concat(".dist")];

@@ -34,0 +34,0 @@ for (const variant of paths) {

{
"name": "@bunt/project",
"version": "0.19.12",
"version": "0.19.16",
"keywords": [

@@ -32,9 +32,9 @@ "typescript"

"dependencies": {
"@bunt/app": "^0.19.12",
"@bunt/cli": "^0.19.12",
"@bunt/unit": "^0.19.12",
"@bunt/util": "^0.19.12"
"@bunt/app": "^0.19.16",
"@bunt/cli": "^0.19.16",
"@bunt/unit": "^0.19.16",
"@bunt/util": "^0.19.16"
},
"license": "MIT",
"gitHead": "af2ad3c8c543ddc526a1333910f5487d80c84d78"
"gitHead": "4d9fc4fc6414228f9cfb275f9cead9a53bca76c0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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