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

touch

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touch - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

index.js

10

package.json

@@ -5,8 +5,4 @@ {

"description": "like touch(1) in node",
"version": "2.0.2",
"version": "3.0.0",
"repository": "git://github.com/isaacs/node-touch.git",
"main": "touch.js",
"engines": {
"node": ">=0.6"
},
"bin": {

@@ -20,3 +16,3 @@ "nodetouch": "./bin/nodetouch.js"

"scripts": {
"test": "tap test/*.js --lines=100",
"test": "tap test/*.js --100",
"preversion": "npm test",

@@ -31,5 +27,5 @@ "postversion": "npm publish",

"files": [
"touch.js",
"index.js",
"bin/nodetouch.js"
]
}

@@ -31,2 +31,7 @@ # node-touch

All the `options` objects are optional.
All the async functions return a Promise. If a callback function is
provided, then it's attached to the Promise.
## Options

@@ -33,0 +38,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