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

@alrra/travis-scripts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alrra/travis-scripts - npm Package Compare versions

Comparing version 1.1.1 to 1.1.3

README.md

9

CHANGELOG.md

@@ -0,1 +1,10 @@

### 1.1.3 (January 10, 2016)
* Make minor improvements.
### 1.1.2 (November 8, 2015)
* [[`509e9ef526`](https://github.com/alrra/travis-scripts/commit/509e9ef5260b8120a11a8aef8b31e30cb99601fa)] -
Update [`travis-after-all`](https://github.com/alrra/travis-after-all) to `v1.4.4`.
### 1.1.1 (September 20, 2015)

@@ -2,0 +11,0 @@

30

package.json
{
"author": "Cătălin Mariș <alrraa@gmail.com> (http://catalinmaris.com/)",
"babel": {
"modules": "common",
"optional": [
"es7.asyncFunctions",
"runtime"
"plugins": [
"transform-async-to-generator",
"transform-runtime"
],
"presets": [
"es2015"
]

@@ -20,13 +22,15 @@ },

"dependencies": {
"travis-after-all": "1.4.3"
"travis-after-all": "1.4.4"
},
"description": "Scripts that can help automate certain things using Travis CI",
"devDependencies": {
"babel": "^5.6.4",
"babel-core": "^5.6.4",
"babel-runtime": "^5.6.4",
"glob": "^5.0.14",
"js-yaml": "^3.3.1",
"tap": "^1.4.1",
"tap-mocha-reporter": "0.0.20"
"babel-cli": "^6.3.17",
"babel-plugin-transform-async-to-generator": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.3.19",
"js-yaml": "^3.4.6",
"tap": "^5.0.0",
"tap-mocha-reporter": "0.0.22"
},

@@ -47,3 +51,3 @@ "homepage": "https://github.com/alrra/travis-scripts#readme",

},
"version": "1.1.1"
"version": "1.1.3"
}

Sorry, the diff of this file is not supported yet

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