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 Compare versions

Comparing version 11.0.0 to 11.1.0-next.1699877641.357e0c41b31132279609a4d8a0c1d79bd6d7b40b

56

package.json
{
"title": "Safe PS",
"name": "safeps",
"version": "11.0.0",
"version": "11.1.0-next.1699877641.357e0c41b31132279609a4d8a0c1d79bd6d7b40b",
"description": "Work with processes safely and easily with Node.js",

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

{
"description": "ESNext source code for Node.js 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "ESNext source code for Node.js 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"directory": "source",

@@ -90,20 +90,6 @@ "entry": "index.js",

"engines": {
"node": "8 || 10 || 12 || 14 || 16 || 18 || 20 || 21"
"node": "6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21"
}
},
{
"description": "ESNext compiled for Node.js 21 with Require for modules",
"directory": "edition-node-21",
"entry": "index.js",
"tags": [
"compiled",
"javascript",
"require"
],
"engines": {
"node": "6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21",
"browsers": false
}
},
{
"description": "ESNext compiled for Node.js 4 with Require for modules",

@@ -126,7 +112,7 @@ "directory": "edition-node-4",

"dependencies": {
"editions": "^6.10.0",
"extract-opts": "^5.0.0",
"safefs": "^8.1.0",
"taskgroup": "^9.0.0",
"typechecker": "^8.0.0"
"editions": "^6.11.0",
"extract-opts": "^5.1.0",
"safefs": "^8.2.0",
"taskgroup": "^9.1.0",
"typechecker": "^8.1.0"
},

@@ -139,3 +125,3 @@ "devDependencies": {

"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.1.0",
"assert-helpers": "^11.2.0",
"bevry-echo": "^1.1.0",

@@ -147,3 +133,3 @@ "eslint": "^8.53.0",

"jsdoc": "^4.0.2",
"kava": "3.2.0",
"kava": "^7.0.0",
"prettier": "^3.1.0",

@@ -156,4 +142,3 @@ "projectz": "^2.23.0",

"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-node-21 && npm run our:compile:edition-node-4",
"our:compile:edition-node-21": "env BABEL_ENV=edition-node-21 babel --out-dir ./edition-node-21 ./source && printf '%s' '{\"type\": \"commonjs\"}' > edition-node-21/package.json",
"our:compile": "npm run our:compile:edition-node-4",
"our:compile:edition-node-4": "env BABEL_ENV=edition-node-4 babel --out-dir ./edition-node-4 ./source && printf '%s' '{\"type\": \"commonjs\"}' > edition-node-4/package.json",

@@ -193,19 +178,2 @@ "our:deploy": "printf '%s\n' 'no need for this project'",

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

@@ -230,2 +198,2 @@ "sourceType": "script",

}
}
}

@@ -55,4 +55,3 @@ <!-- TITLE/ -->

<ul><li><code>safeps</code> aliases <code>safeps/index.cjs</code> which uses the <a href="https://github.com/bevry/editions" title="You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment">Editions Autoloader</a> to automatically select the correct edition for the consumer's environment</li>
<li><code>safeps/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>safeps/edition-node-21/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>safeps/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>safeps/edition-node-4/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 4 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -59,0 +58,0 @@

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