Comparing version 0.1.2 to 0.2.0
@@ -0,1 +1,6 @@ | ||
### 0.2.0 | ||
- Created a test script to not depend on global nodeunit | ||
- Ensure Node 0.6.0 compatibility | ||
### 0.1.2 | ||
- JSON clenup | ||
### 0.1.1 | ||
@@ -2,0 +7,0 @@ - Using index.js as main in package.json. This is a standard in npm |
@@ -5,9 +5,13 @@ { | ||
"keywords" : [ "gist", "github", "api", "package.json" ], | ||
"version" : "0.1.2", | ||
"version" : "0.2.0", | ||
"author" : "Emerson Macedo <emerleite@gmail.com>", | ||
"repository" : { "type" : "git", | ||
"url" : "git://github.com/emerleite/node-gist.git" }, | ||
"main" : "index", | ||
"devDependencies" : { | ||
"nodeunit" : "~0.6.2" | ||
}, | ||
"main": "index", | ||
"scripts" : {"test" : "./run-tests.js"}, | ||
"engines" : { "node" : ">=0.4.0" } | ||
} | ||
@@ -35,2 +35,7 @@ Node.js Gist client | ||
### All tests (3 ways) | ||
$ npm test | ||
$ ./run-tests.js | ||
$ nodeunit test | ||
Note: Integration test creates real gist. Please, be carreful with this test to not flood gist. | ||
@@ -37,0 +42,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
5268
9
78
74
0
1
3