Skip to content

DeprecationWarning Buffer on manual install #1

@svaberg

Description

@svaberg

When installed manually

code --install-extension swmf-grammar-0.2.2.vsix

the following warnings are produced

(node:52615) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(node:52615) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

There are no instances of Buffer in the source code so presumably it comes from the devDependencies in package.json

"devDependencies": {
  "typescript": "^3.7.2",
  "vscode": "^1.1.36"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions