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

chdir-promise

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chdir-promise - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

3

index.js

@@ -1,3 +0,4 @@

require('lazy-ass');
var la = require('lazy-ass');
var check = require('check-more-types');
var q = require('q');

@@ -4,0 +5,0 @@ var fs = require('fs');

{
"name": "chdir-promise",
"version": "0.3.0",
"version": "0.4.0",
"description": "Change working dir and return a promise, a stack of folders is maintained to jump back",

@@ -8,3 +8,5 @@ "main": "index.js",

"test": "node test/chdir-promise-spec.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "commit-wizard",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
},

@@ -15,2 +17,5 @@ "repository": {

},
"files": [
"index.js"
],
"keywords": [

@@ -34,6 +39,5 @@ "chdir",

"dependencies": {
"check-more-types": "1.1.1",
"check-types": "1.4.0",
"check-more-types": "2.23.0",
"debug": "^2.3.3",
"lazy-ass": "0.5.3",
"lazy-ass": "1.5.0",
"q": "1.1.2",

@@ -43,6 +47,19 @@ "spots": "0.4.0"

"devDependencies": {
"pre-git": "0.1.1",
"pre-git": "^3.11.1",
"semantic-release": "^6.3.2"
},
"pre-commit": "npm test"
"config": {
"pre-git": {
"commit-msg": "simple",
"pre-commit": [
"npm test"
],
"pre-push": [
"npm run size"
],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
}
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