Socket
Socket
Sign inDemoInstall

@zkochan/rimraf

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zkochan/rimraf - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

62

package.json
{
"name": "@zkochan/rimraf",
"version": "1.0.0",
"description": "rm -rf for Node. Similar to rimraf but returns a promise",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard"
},
"engines": {
"node": ">=8.15"
},
"repository": "https://github.com/zkochan/packages/tree/master/rimraf",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io"
},
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/master/rimraf#readme",
"devDependencies": {
"standard": "13.1.0"
},
"dependencies": {
"@types/glob": "*",
"@types/node": "*",
"rimraf": "^3.0.0"
}
"name": "@zkochan/rimraf",
"version": "1.0.1",
"description": "rm -rf for Node. Similar to rimraf but returns a promise",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard"
},
"engines": {
"node": ">=8.15"
},
"repository": "https://github.com/zkochan/packages/tree/master/rimraf",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io"
},
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/master/rimraf#readme",
"devDependencies": {
"@types/glob": "*",
"@types/node": "14.14.6",
"standard": "^16.0.3"
},
"dependencies": {
"rimraf": "^3.0.2"
}
}

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