Socket
Socket
Sign inDemoInstall

sumchecker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sumchecker - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

index.js

7

NEWS.md

@@ -5,2 +5,8 @@ # Changes by Version

## [2.0.0] - 2017-01-26
### Removed
* Support for Node 0.10 and 0.12 (#4)
## [1.3.0] - 2016-12-05

@@ -29,2 +35,3 @@

[2.0.0]: https://github.com/malept/sumchecker/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/malept/sumchecker/compare/v1.2.0...v1.3.0

@@ -31,0 +38,0 @@ [1.2.0]: https://github.com/malept/sumchecker/compare/v1.1.0...v1.2.0

17

package.json
{
"name": "sumchecker",
"version": "1.3.0",
"version": "2.0.0",
"author": "Mark Lee",
"license": "Apache-2.0",
"description": "Checksum validator",
"main": "build.js",
"main": "index.js",
"repository": {

@@ -21,5 +21,2 @@ "type": "git",

"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"codeclimate-test-reporter": "^0.4.0",

@@ -34,9 +31,6 @@ "eslint": "^3.3.1",

"dependencies": {
"debug": "^2.2.0",
"es6-promise": "^4.0.5"
"debug": "^2.2.0"
},
"scripts": {
"ci": "eslint . && intern-client config=tests/intern suites=tests/index reporters=Lcov reporters=Console && codeclimate-test-reporter < lcov.info",
"oldNodeCI": "babel --out-file tests/transpiled.js tests/index.js && intern-client config=tests/intern suites=tests/transpiled reporters=Console",
"prepublish": "babel --out-file build.js index.js",
"test": "eslint . && intern-client config=tests/intern suites=tests/index reporters=Pretty"

@@ -57,8 +51,3 @@ },

}
},
"babel": {
"presets": [
"es2015"
]
}
}
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