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

deploy-once-test

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deploy-once-test - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

after_success.js

11

package.json
{
"name": "deploy-once-test",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*-test.js"
"test": "mocha test/**/*-test.js",
"after-success": "node after_success.js"
},

@@ -11,5 +12,7 @@ "repository": "https://github.com/thetimothyp/deploy-once-test.git",

"license": "MIT",
"devDependencies": {
"mocha": "^4.0.1"
"devDependencies": {},
"dependencies": {
"mocha": "^4.0.1",
"travis-deploy-once": "^3.1.2"
}
}

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