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

@invrs/npm-tasks

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invrs/npm-tasks - npm Package Compare versions

Comparing version 0.8.13 to 0.8.17

39

package.json
{
"name": "@invrs/npm-tasks",
"version": "0.8.13",
"version": "0.8.17",
"description": "River tasks to run npm commands",

@@ -57,10 +57,2 @@ "main": "dist/index.js",

},
"starters": [
"basics",
"babel",
"babel-node",
"babel-scripts",
"jest",
"jest-scripts"
],
"babel": {

@@ -81,3 +73,32 @@ "presets": [

]
},
"starters": [
"basics",
"babel",
"babel-node",
"babel-scripts",
"jest",
"jest-scripts",
"watchman-babel"
],
"watchman": {
"triggers": [
{
"name": "babel",
"expression": [
"anyof",
[
"match",
"lib/**/*.js",
"wholename"
]
],
"command": [
"npm",
"run",
"build"
]
}
]
}
}
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