Socket
Socket
Sign inDemoInstall

circleci

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circleci - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

circle.yml

4

package.json
{
"name": "circleci",
"version": "0.2.0",
"version": "0.3.0",
"description": "A Node.js client for CircleCI",
"main": "dist/circleci.js",
"scripts": {
"test": "grunt test"
"test": "grunt test:unit"
},

@@ -9,0 +9,0 @@ "keywords": [

@@ -83,3 +83,3 @@ # CircleCI

```javascript
ci.getProject({ username: "jpstevens", project: "circleci" })
ci.getBuilds({ username: "jpstevens", project: "circleci" })
.then(function(builds){

@@ -97,2 +97,3 @@ for(var i=0; i < builds.length; i++) {

- **offset** [optional] - The API returns builds starting from this offset, defaults to 0)
- **filter** [optional] - Show only successful/failed/running/pending builds

@@ -144,3 +145,3 @@ ### getBranchBuilds

Triggers a new build, returns a summary of the build.
Triggers a new build, returns a summary of the build.

@@ -147,0 +148,0 @@ **NOTE:** This client does not *yet* support the sending of [optional build parameters.](https://circleci.com/docs/parameterized-builds)

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