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

gist

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gist - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

run-tests.js

5

Changelog.md

@@ -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

8

package.json

@@ -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

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