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

noter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noter - npm Package Compare versions

Comparing version

to
1.0.0

.travis.yml

8

package.json
{
"name": "noter",
"version": "0.0.2",
"version": "1.0.0",
"description": "Simple Notebook for NodeJS",

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

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/mocha --reporter spec"
},

@@ -24,6 +24,8 @@ "author": "Andriy Semenets",

"dependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"jsonfile": "^2.2.3",
"minimist": "^1.2.0"
"minimist": "^1.2.0",
"mocha": "^2.4.5"
}
}
Noter
======
[![Build Status](https://travis-ci.org/semanser/noter.svg?branch=master)](https://travis-ci.org/semanser/noter)
[![Code Climate](https://codeclimate.com/github/semanser/noter/badges/gpa.svg)](https://codeclimate.com/github/semanser/noter)
[![npm version](https://badge.fury.io/js/noter.svg)](https://badge.fury.io/js/noter)
Simple todolist for you. Save some notes or info about project right in directory.

@@ -5,0 +9,0 @@

Sorry, the diff of this file is not supported yet