New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@playform/build

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playform/build - npm Package Versions

23

0.2.1

Diff
nikolarhristov
published 0.2.1 •

Changelog

Source

0.2.1

Change

  • Updated version to 0.2.1
  • Updated @types/node from 22.10.1 to 22.10.5
  • Updated commander from 12.1.0 to 13.0.0
  • Updated esbuild from 0.24.0 to 0.24.2
  • Updated fast-glob from 3.3.2 to 3.3.3
  • Simplified command options naming

Add

  • Added DEPENDENTS.md
  • Added .npmignore to exclude DEPENDENTS.md from published package
nikolarhristov
published 0.2.0 •

Changelog

Source

0.2.0

Change

  • Updated version to 0.2.0
  • Updated @types/node from 22.9.0 to 22.10.1
  • Updated typescript from 5.6.3 to 5.7.2
  • Simplified code in Source/Function/Build.ts by removing Current variable
  • Improved code formatting in Source/Function/Exec.ts
nikolarhristov
published 0.1.9 •

Changelog

Source

0.1.9

Change

  • Updated version to 0.1.9
  • Updated email in package.json from "Source/Open@PlayForm.Cloud" to "Source/Open@PlayForm.LTD"
  • Updated URL in package.json from "HTTPS://PlayForm.Cloud" to "HTTPS://PlayForm.LTD"
  • Updated @types/node from version 22.7.7 to 22.9.0
nikolarhristov
published 0.1.8 •

Changelog

Source

0.1.8

Change

  • Updated dependencies.
  • Migrated from deepmerge-ts's deepmergeCustom to a custom merge function for more control.
  • Improved the merging logic for entryPoints in the ESBuild configuration to prevent unwanted array flattening.
nikolarhristov
published 0.1.7 •

Changelog

Source

0.1.7

Change

  • Updated dependencies.
  • Simplified documentation folder structure.
nikolarhristov
published 0.1.6 •

Changelog

Source

0.1.6

Change

  • Simplified build process to improve performance.
  • Updated dependencies.
nikolarhristov
published 0.1.5 •

Changelog

Source

0.1.5

Change

  • Updated @types/node to version 22.5.4
  • Improved build process to include CSS files.
  • Enhanced file path handling in the build process using path module functions.
  • Updated dependencies:
    • esbuild
    • ts-node

Add

  • Added the ability to exclude files/folders from the build process.
  • Added ignore option to the Build interface.
nikolarhristov
published 0.1.4 •

Changelog

Source

0.1.4

Change

  • Updated @types/node to version 22.5.0
  • Updated esbuild to version 0.23.1
  • Updated typescript to version 5.5.4
  • Reverted ts-node to version 10.9.2
  • Improved file path handling in the build process.

Add

  • Added experimentalDecorators option to tsconfig.json
nikolarhristov
published 0.1.3 •

Changelog

Source

0.1.3

Change

  • Updated version to 0.1.3
  • Updated dependencies:
    • @types/node from 20.14.12 to 22.0.2
  • Minor code formatting changes

Add

  • Added provenance: true to publishConfig in package.json
  • Added access: public to publishConfig in package.json
nikolarhristov
published 0.1.2 •

Changelog

Source

0.1.2

Change

  • Updated version to 0.1.2
  • Updated dependencies:
    • @types/node to 20.14.12
    • deepmerge-ts to 7.1.0
    • typescript to "*" (latest)
  • Updated devDependencies:
    • ts-node to 11.0.0-beta.1
  • Improved error handling in Exec function

Add

  • Added provenance: true to publishConfig in package.json