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

safeps

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safeps - npm Package Versions

1
12

6.1.0

Diff

Changelog

Source

v6.1.0 2016 May 28

  • Updated internal conventions
    • Moved from ESNextGuardian to Editions
balupton
published 6.0.2 •

Changelog

Source

v6.0.2 2015 December 10

  • Updated internal conventions
balupton
published 6.0.1 •

Changelog

Source

v6.0.1 2015 September 24

  • Updated base files
  • Updated dependencies
balupton
published 6.0.0 •

Changelog

Source

v6.0.0 2015 September 7

  • Dropped support for node 0.10 and earlier, minimum supported version is now 0.12 - This is due to the compiled babel code not supporting for of loops
  • Moved from CoffeeScript to ES6+
  • Fixed callback support on execSync
  • Fixed error handling on initOrPullGitRepo
balupton
published 5.1.0 •

Changelog

Source

v5.1.0 2015 April 7

  • Added spawnNodeModule
balupton
published 5.0.0 •

Changelog

Source

v5.0.0 2015 April 7

  • Removed requireFresh(path) instead use the requirefresh package
  • Deprecated path option on initGitRepo, initOrPullGitRepo, initNodeModules - use cwd option instead
balupton
published 4.0.0 •

Changelog

Source

v4.0.0 2015 March 17

  • Removed spawnCommand and spawnCommands use spawn and spawnMultiple instead
balupton
published 3.0.2 •

Changelog

Source

v3.0.2 2015 March 17

  • Will no longer attempt to read stdout and stderr on spawn if stdio option is set (it's not possible)
balupton
published 3.0.1 •

Changelog

Source

v3.0.1 2015 March 17

  • Fixed Buffer concatenation error inside spawn
balupton
published 3.0.0 •

Changelog

Source

v3.0.0 2015 March 17

  • Backwards Compatibility Breaks: - spawn's stdout and stderr are now Buffers - If you're upgrading, all you have to do to get the previous functionality is to do stdout.toString() - outputPrefix value no longer affects stdout and stderr results (only their output to the terminal)
  • Added: - hasSpawnSync - hasExecSync - isExecutable(path, opts?, next) - isExecutableSync(path, opts?, next?) - spawnSync(command, opts?, next?) - execSync(command, opts?, next?)
  • Improvements: - exec now supports outputPrefix option - The checks to see if an executable path exists and works have been greatly improved and abstracted out from determineExecPath into isExecutable and isExecutableSync - determineExecPath, getExecPath, and isExecutable can now operate synchronously with a callback using the sync: true option - Retrieval and writing to a path cache can now be disabled using the cache: false option
  • Updated dependencies
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