How to use the bplist-creator function in bplist-creator

To help you get started, we’ve selected a few bplist-creator examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github appium / appium-remote-debugger / test / helpers / remote-debugger-server.js View on Github external
send (data) {
    let buf = bplistCreate(data);
    let length = bufferpack.pack('L', [buf.length]);
    this.client.write(Buffer.concat([length, buf]));
  }
}

bplist-creator

Binary Mac OS X Plist (property list) creator.

MIT
Latest version published 2 years ago

Package Health Score

67 / 100
Full package analysis

Popular bplist-creator functions