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.9 to 1.0.10

9

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

@@ -20,4 +20,6 @@ "main": "build/esm-postbuild.js",

"build.tsc": "yarn build.copy-files && tsc",
"clean": "rm -rf build/",
"clean.all": "rm -rf node_modules/ yarn.lock ; yarn clean",
"clean": "yarn clean.build",
"clean.all": "yarn clean.dependencies && yarn clean.build",
"clean.build": "rm -rf build/",
"clean.dependencies": "rm -rf node_modules/ package-lock.json yarn.lock",
"esm-postbuild": "esm-postbuild",

@@ -27,2 +29,3 @@ "fix.lint": "eslint --fix '**/*.ts'",

"rebuild": "yarn clean.all && yarn && yarn build.dev",
"rebuild.dependencies": "yarn clean.dependencies && yarn",
"release": "semantic-release",

@@ -29,0 +32,0 @@ "test": "jest",

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