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.27 to 1.0.28

1

build/esm-postbuild.js

@@ -95,2 +95,1 @@ #!/usr/bin/env node

exports.processesByGlob = processesByGlob;
//# sourceMappingURL=esm-postbuild.js.map

6

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

@@ -18,3 +18,3 @@ "main": "build/esm-postbuild.js",

"build.ci": "npm run build.tsc",
"build.dev": "npm run clean && npm run build.tsc",
"build.dev": "npm run clean && npm run build.tsc --sourceMap",
"build.tsc": "yarn build.copy-files && tsc",

@@ -35,3 +35,3 @@ "clean": "yarn clean.build",

"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build && yarn test",
"watch.build": "yarn build.tsc -w",
"watch.build": "yarn build.tsc -w --sourceMap",
"watch.lint": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'"

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