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

@ocular-d/vale-bin

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ocular-d/vale-bin - npm Package Compare versions

Comparing version

to
1.0.4

8

CHANGELOG.md

@@ -9,8 +9,2 @@ # Changelog

## [1.0.3] - 2021-03-10
### Fixed
- Download URL for `vale`
## [1.0.2] - 2021-03-10

@@ -20,3 +14,3 @@

- Update `vale` to version 2.10.0
- Update vale to version 2.10.0

@@ -23,0 +17,0 @@ ## [1.0.1] - 2021-02-03

6

lib/index.js

@@ -9,6 +9,6 @@ 'use strict';

module.exports = new BinWrapper()
.src(`${url}_macOS_amd64.tar.gz`, 'darwin', 'x64')
.src(`${url}_Linux_amd64.tar.gz`, 'linux', 'x64')
.src(`${url}_Windows_amd64.zip`, 'win32', 'x64')
.src(`${url}_macOS_64-bit.tar.gz`, 'darwin', 'x64')
.src(`${url}_Linux_64-bit.tar.gz`, 'linux', 'x64')
.src(`${url}_Windows_64bit.zip`, 'win32', 'x64')
.dest(path.resolve(__dirname, '../vendor'))
.use(process.platform === 'win32' ? 'vale.exe' : 'vale');
{
"name": "@ocular-d/vale-bin",
"version": "1.0.3",
"valeVersion": "2.10.0",
"version": "1.0.4",
"valeVersion": "2.10.1",
"description": "Vale wrapper",

@@ -6,0 +6,0 @@ "main": "index.js",