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.3 to 0.8.5

13

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

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"pretty": "prettier --write **/*.css **/*.json **/*.md",
"test": "jest test",
"test": "jest",
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps"

@@ -53,11 +53,14 @@ },

"setupFiles": [
"./test/setup.js"
"<rootDir>/test/setup.js"
],
"testMatch": [
"**/*Test.js"
"<rootDir>/test/**/*Test.js"
]
},
"starters": [
"basics",
"babel",
"babel-node"
"babel-node",
"babel-scripts",
"jest"
],

@@ -64,0 +67,0 @@ "babel": {

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