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

boost

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boost - npm Package Compare versions

Comparing version 0.60.2 to 0.60.3

.npmignore

21

package.json
{
"name": "boost",
"version": "0.60.2",
"version": "0.60.3",
"description": "Robust pipeline for creating build tools that separate logic into routines and tasks.",
"keywords": [],
"keywords": [
"boost",
"build",
"tool",
"pipeline",
"routine",
"task",
"config"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"babel": "beemo typescript --node",
"build": "yarn run babel",
"clean": "rimraf ./{lib,esm}/",
"build": "beemo typescript --node",
"coverage": "yarn run jest --coverage",
"eslint": "beemo eslint",
"jest": "beemo jest",
"package": "yarn run clean && yarn run build && yarn test",
"prettier": "beemo prettier",

@@ -21,3 +26,3 @@ "pretest": "yarn run type",

"type": "beemo typescript --noEmit",
"prerelease": "yarn run package",
"prerelease": "yarn run build && yarn test",
"release": "np --yolo --no-yarn"

@@ -64,3 +69,3 @@ },

"devDependencies": {
"@milesj/build-tool-config": "0.104.2",
"@milesj/build-tool-config": "0.106.0",
"fs-extra": "^6.0.1"

@@ -67,0 +72,0 @@ },

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