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

changelog-view

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelog-view - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

bin/bin.js

4

CHANGELOG.md

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

## [1.8.3] - 2019-03-30
Fix build process not working with npx anymore
## [1.8.2] - 2019-03-05

@@ -10,0 +14,0 @@

2

demo/package.json

@@ -10,4 +10,4 @@ {

"svg-term-cli": "^2.1.1",
"webpack-dev-server": "3.1.1"
"webpack-dev-server": "3.1.11"
}
}
{
"name": "changelog-view",
"version": "1.8.2",
"version": "1.8.3",
"description": "Tool to view changelog of package in console",

@@ -25,3 +25,3 @@ "bin": {

"ink-tab": "^2.0.1",
"jest": "^20.0.4",
"jest": "^24.5.0",
"lint-staged": "^7.1.0",

@@ -42,3 +42,4 @@ "marked": "^0.3.19",

"test": "jest",
"build": "webpack --config webpack.config.js && chmod a+x bin/changelog-view && (git commit -m 'build binary' bin/changelog-view || true)",
"build":
"webpack --config webpack.config.js && (git commit -m 'build binary' bin/bin.js || true)",
"prepublishOnly": "npm run build",

@@ -54,7 +55,4 @@ "precommit": "lint-staged"

"lint-staged": {
"*.{js,jsx,json}": [
"prettier --write",
"git add"
]
"*.{js,jsx,json}": ["prettier --write", "git add"]
}
}

@@ -1,2 +0,1 @@

// #!/usr/bin/env node
import minimist from 'minimist';

@@ -3,0 +2,0 @@ import logger from './logger';

@@ -9,3 +9,3 @@ const path = require('path');

path: path.resolve(__dirname, 'bin'),
filename: 'changelog-view',
filename: 'bin.js',
},

@@ -12,0 +12,0 @@ module: {

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