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

@sprucelabs/esm-postbuild

Package Overview
Dependencies
Maintainers
3
Versions
1487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/esm-postbuild - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

27

package.json
{
"name": "@sprucelabs/esm-postbuild",
"version": "1.0.6",
"version": "1.0.7",
"description": "Script to do thins after build of esm modules",

@@ -23,7 +23,8 @@ "main": "build/esm-postbuild.js",

"fix.lint": "eslint --fix '**/*.ts'",
"lint": "eslint '**/*.ts' && tsc -p . --noEmit",
"lint": "eslint --cache '**/*.ts' && tsc -p . --noEmit",
"rebuild": "yarn clean.all && yarn && yarn build.dev",
"release": "semantic-release",
"test": "jest",
"upgrade.packages.all": "yarn install && yarn upgrade --latest && rm yarn.lock | true && yarn | true && yarn fix.lint | true",
"upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint | true",
"upgrade.packages.all": "yarn install && yarn upgrade.packages",
"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build && yarn test",

@@ -34,5 +35,5 @@ "watch.build": "yarn build.tsc -w",

"dependencies": {
"chalk": "^4.1.0",
"globby": "^11.0.1",
"yargs": "^17.0.0"
"chalk": "^4.1.1",
"globby": "^11.0.3",
"yargs": "^17.0.1"
},

@@ -45,12 +46,12 @@ "devDependencies": {

"@sprucelabs/test-utils": "latest",
"@types/fs-extra": "^9.0.2",
"@types/fs-extra": "^9.0.11",
"chokidar-cli": "^2.1.0",
"concurrently": "^6.0.0",
"eslint": "^7.11.0",
"concurrently": "^6.2.0",
"eslint": "^7.28.0",
"eslint-config-spruce": "latest",
"fs-extra": "^10.0.0",
"jest": "^27.0.1",
"jest-circus": "^27.0.1",
"prettier": "^2.1.2",
"typescript": "^4.0.3",
"jest": "^27.0.4",
"jest-circus": "^27.0.4",
"prettier": "^2.3.1",
"typescript": "^4.3.2",
"yarn-upgrade-all": "^0.5.4"

@@ -57,0 +58,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