New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Compare versions

Comparing version 8.1.0 to 9.0.0-next.1574058190.b13f404f3851e035fcee080c54e22d8c3b0a7758

5

HISTORY.md
# History
## v9.0.0 2019 November 18
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=0.10` to `node: >=8` to keep up with mandatory ecosystem changes
## v8.1.0 2019 November 13

@@ -4,0 +9,0 @@

73

package.json
{
"title": "Safe PS",
"name": "safeps",
"version": "8.1.0",
"version": "9.0.0-next.1574058190.b13f404f3851e035fcee080c54e22d8c3b0a7758",
"description": "Work with processes safely and easily with Node.js",

@@ -66,3 +66,3 @@ "homepage": "https://github.com/bevry/safeps",

"engines": {
"node": ">=0.10"
"node": ">=8"
},

@@ -80,51 +80,31 @@ "editions": [

"engines": {
"node": "6 || 8 || 10 || 12 || 13",
"browsers": false
"node": "8 || 10 || 12"
}
},
{
"description": "esnext compiled for node.js 0.10 with require for modules",
"directory": "edition-node-0.10",
"entry": "index.js",
"tags": [
"javascript",
"require"
],
"engines": {
"node": "0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13",
"browsers": false
}
}
],
"main": "index.js",
"main": "source/index.js",
"dependencies": {
"editions": "^2.2.0",
"extract-opts": "^3.3.1",
"safefs": "4.2.0",
"taskgroup": "5.5.0",
"typechecker": "^4.8.0"
"extract-opts": "^4.0.0",
"safefs": "5.2.0",
"taskgroup": "6.1.0",
"typechecker": "^4.11.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"assert-helpers": "4.10.0",
"assert-helpers": "5.4.0",
"bevry-echo": "^1.1.0",
"eslint": "^6.6.0",
"eslint-config-bevry": "^1.2.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-bevry": "^1.3.0",
"eslint-config-prettier": "^6.6.0",
"eslint-plugin-prettier": "^3.1.1",
"jsdoc": "^3.6.3",
"kava": "^3.2.0",
"kava": "4.1.0",
"minami": "^1.2.3",
"prettier": "^1.19.1",
"projectz": "^1.9.0",
"projectz": "^1.11.0",
"surge": "^0.21.3",
"valid-directory": "^1.0.0"
"valid-directory": "^1.1.1"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-node-0.10",
"our:compile:edition-node-0.10": "env BABEL_ENV=edition-node-0.10 babel --out-dir ./edition-node-0.10 ./source",
"our:compile": "echo no need for this project",
"our:deploy": "echo no need for this project",

@@ -148,3 +128,3 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",

"our:verify:prettier": "prettier --write ./source/**",
"test": "node ./test.js"
"test": "node ./source/test.js"
},

@@ -159,24 +139,3 @@ "eslintConfig": {

"singleQuote": true
},
"babel": {
"env": {
"edition-node-0.10": {
"sourceType": "script",
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "0.10"
},
"modules": "commonjs"
}
]
],
"plugins": [
"@babel/proposal-object-rest-spread"
]
}
}
}
}

@@ -49,6 +49,7 @@ <!-- TITLE/ -->

<ul><li><code>safeps</code> aliases <code>safeps/index.js</code> which uses <a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li>
<li><code>safeps/source/index.js</code> is esnext source code with require for modules</li>
<li><code>safeps/edition-node-0.10/index.js</code> is esnext compiled for node.js 0.10 with require for modules</li></ul>
<ul><li><code>safeps</code> aliases <code>safeps/source/index.js</code></li>
<li><code>safeps/source/index.js</code> is esnext source code with require for modules</li></ul>
<p>Environments older than Node.js v8 may need <a href="https://babeljs.io/docs/usage/polyfill/" title="A polyfill that emulates missing ECMAScript environment features">Babel's Polyfill</a> or something similar.</p>
<h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3>

@@ -100,3 +101,3 @@

<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li></ul>
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/safeps/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/safeps">view contributions</a></li></ul>

@@ -120,7 +121,7 @@ <h3>Sponsors</h3>

<ul><li><a href="http://balupton.com">Benjamin Lupton</a></li>
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/safeps/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/safeps">view contributions</a></li>
<li><a href="https://github.com/giodamelio">Gio d'Amelio</a> — <a href="https://github.com/bevry/safeps/commits?author=giodamelio" title="View the GitHub contributions of Gio d'Amelio on repository bevry/safeps">view contributions</a></li>
<li><a href="http://seanfridman.com">Sean Fridman</a></li>
<li><a href="http://www.stevemcarthur.co.uk">Steve Mc</a></li>
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a></li></ul>
<li><a href="http://seanfridman.com">Sean Fridman</a> — <a href="https://github.com/bevry/safeps/commits?author=sfrdmn" title="View the GitHub contributions of Sean Fridman on repository bevry/safeps">view contributions</a></li>
<li><a href="http://www.stevemcarthur.co.uk">Steve Mc</a> — <a href="https://github.com/bevry/safeps/commits?author=SteveMcArthur" title="View the GitHub contributions of Steve Mc on repository bevry/safeps">view contributions</a></li>
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/safeps/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/safeps">view contributions</a></li></ul>

@@ -127,0 +128,0 @@ <a href="https://github.com/bevry/safeps/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

@@ -87,3 +87,3 @@ /* eslint no-sync:0 */

* fr-FR, zh-CN etc.
* @param {String} lang
* @param {String} [lang]
* @return {String}

@@ -104,3 +104,3 @@ */

* the language code.
* @param {String} localeCode
* @param {String} [localeCode]
* @return {String}

@@ -118,3 +118,3 @@ */

* the country code.
* @param {String} localeCode
* @param {String} [localeCode]
* @return {String}

@@ -121,0 +121,0 @@ */

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