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

elm-format

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-format - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6-rc.1

binary.js

31

index.js

@@ -1,21 +0,12 @@

var binwrap = require("binwrap");
var path = require("path");
function dummy() {
return Promise.resolve();
}
var packageInfo = require(path.join(__dirname, "package.json"));
var binVersion = packageInfo.version;
var root = "https://github.com/avh4/elm-format/releases/download/" +
binVersion +
"/elm-format-" +
binVersion;
module.exports = binwrap({
dirname: __dirname,
binaries: ["elm-format"],
urls: {
"darwin-x64": root + "-mac-x64.tgz",
"darwin-arm64": root + "-mac-x64.tgz",
"linux-x64": root + "-linux-x64.tgz",
"win32-x64": root + "-win-x64.zip"
}
});
module.exports = {
paths: {
"elm-format": require("./binary.js")(),
},
install: dummy,
prepare: dummy,
test: dummy,
};

@@ -1,39 +0,1 @@

{
"name": "elm-format",
"version": "0.8.5",
"description": "Install elm-format",
"preferGlobal": true,
"main": "index.js",
"scripts": {
"install": "binwrap-install",
"prepare": "binwrap-prepare",
"prepublish": "npm test",
"test": "eslint . && binwrap-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avh4/elm-format.git"
},
"keywords": [
"elm-format"
],
"author": "Aaron VonderHaar",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/avh4/elm-format/issues"
},
"files": [
"index.js",
"bin"
],
"homepage": "https://github.com/avh4/elm-format",
"bin": {
"elm-format": "bin/elm-format"
},
"dependencies": {
"binwrap": "^0.2.3"
},
"devDependencies": {
"eslint": "^7.19.0"
}
}
{"author":"Aaron VonderHaar","bin":{"elm-format":"bin/elm-format"},"bugs":{"url":"https://github.com/avh4/elm-format/issues"},"description":"Install elm-format","devDependencies":{"eslint":"^7.19.0"},"files":["binary.js","index.js","bin/elm-format"],"homepage":"https://github.com/avh4/elm-format","keywords":["elm-format"],"license":"BSD-3-Clause","main":"index.js","name":"elm-format","optionalDependencies":{"@avh4/elm-format-darwin-arm64":"0.8.6-1","@avh4/elm-format-darwin-x64":"0.8.6-1","@avh4/elm-format-linux-arm64":"0.8.6-1","@avh4/elm-format-linux-x64":"0.8.6-1","@avh4/elm-format-win32-x64":"0.8.6-1"},"repository":{"type":"git","url":"git+https://github.com/avh4/elm-format.git"},"scripts":{"install":"node index.js","prepublish":"npm test","test":"eslint ."},"version":"0.8.6-rc.1"}

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