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

backpat

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpat - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.vscode/launch.json

8

CHANGELOG.md

@@ -7,8 +7,10 @@ # Change Log

## [Unreleased]
## Unreleased
### Added
- Nothing so far
- One simple unit test
### Changed
- Nothing yet
- Modify test.js (the script used to run Backpat sans project) and
rename as runner.js
- Replace ```console.log``` with ```process.stout.write``` in runner.js

@@ -15,0 +17,0 @@ ## 0.3.0 - 2016-10-29

@@ -37,3 +37,3 @@ /* @flow */

event.on('complete', function() {
callback(dependencies);
return callback(dependencies);
});

@@ -40,0 +40,0 @@

{
"name": "backpat",
"version": "0.3.0",
"version": "0.3.1",
"description": "A simple tool for high-fiving your tech stack",
"main": "index.js",
"scripts": {
"test": "npm test"
"test": "mocha test/tests.js"
},

@@ -20,2 +20,3 @@ "repository": {

"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.8.1",

@@ -22,0 +23,0 @@ "eslint-plugin-flowtype": "^2.25.0",

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