Socket
Socket
Sign inDemoInstall

atocha

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 2.0.0

atocha.js

24

package.json
{
"name": "atocha",
"version": "1.2.2",
"version": "2.0.0",
"description": "Tiny exec() with Promises and trim()",

@@ -12,6 +12,4 @@ "homepage": "https://github.com/franciscop/atocha#readme",

"scripts": {
"build": "rollup atocha.js --name atocha --output.format umd | uglifyjs -o atocha.min.js",
"gzip": "echo $(gzip -c fs.min.js | wc -c) bytes",
"test": "jest --coverage",
"watch": "jest --watch"
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"start": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch"
},

@@ -28,3 +26,4 @@ "keywords": [

],
"main": "atocha.min.js",
"main": "atocha.js",
"type": "module",
"files": [],

@@ -35,14 +34,7 @@ "dependencies": {

"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-preset-env": "^1.6.1",
"jest": "^23.5.0",
"rollup": "^1.1.2",
"uglify-es": "^3.3.9"
"jest": "^28.1.3"
},
"babel": {
"presets": [
"env"
]
"jest": {
"transform": {}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc