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 0.0.1 to 1.0.0

build/esm-postbuild.js

32

package.json
{
"name": "@sprucelabs/esm-postbuild",
"version": "0.0.1",
"description": "Script that resolves paths from your tsconfig",
"main": "build/index.js",
"repository": "git@github.com:sprucelabsai/resolve-path-aliases.git",
"version": "1.0.0",
"description": "Script to do thins after build of esm modules",
"main": "build/esm-postbuild.js",
"repository": "git@github.com:sprucelabsai/esm-postbuild.git",
"author": "Spruce Labs",
"license": "MIT",
"bin": {
"esm-postbuild": "./build/index.js"
"esm-postbuild": "./build/esm-postbuild.js"
},
"files": [
"build/index.js"
"build/esm-postbuild.js"
],

@@ -18,2 +18,3 @@ "scripts": {

"build.copy-files": "mkdir -p build && rsync -avzq --exclude='*.ts' ./src/ ./build/",
"esm-postbuild": "esm-postbuild",
"build.tsc": "yarn build.copy-files && tsc",

@@ -28,4 +29,3 @@ "clean": "rm -rf build/",

"watch.build": "yarn build.tsc -w",
"watch.lint": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'",
"watch.tests": "jest --watch"
"watch.lint": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'"
},

@@ -40,2 +40,3 @@ "dependencies": {

"@sprucelabs/jest-json-reporter": "^5.1.14",
"@sprucelabs/jest-sheets-reporter": "^1.2.14",
"@sprucelabs/semantic-release": "^4.0.6",

@@ -45,3 +46,2 @@ "@sprucelabs/test": "^7.6.21",

"@types/fs-extra": "^9.0.2",
"@types/rimraf": "^3.0.0",
"chokidar-cli": "^2.1.0",

@@ -55,3 +55,2 @@ "concurrently": "^6.0.0",

"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"

@@ -62,2 +61,15 @@ },

"testTimeout": 120000,
"reporters": [
"default",
[
"@sprucelabs/jest-sheets-reporter",
{
"sheetId": "1DoWM7mYgGDa-PJXptLomrZmbIBZiuxS1YiAsRXU2Gm0",
"worksheetId": 843037832,
"testMap": {
"canRunfromCommandLine": "I31"
}
}
]
],
"testEnvironment": "node",

@@ -64,0 +76,0 @@ "testPathIgnorePatterns": [

@@ -7,4 +7,4 @@ # resolve-path-aliases

`"build.esm-postbuild": "esm-postbuild --target build --patterns **/*.js,**/*.d.ts",`
`"build.esm-postbuild": "esm-postbuild --target build --patterns **/*.js",`
Next run: `yarn build.esm-postbuild`
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