Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

p8-to-js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p8-to-js - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js

@@ -33,3 +33,3 @@ const fs = require('fs');

for (let key of Object.keys(sections)) {
sections[key] = Buffer.from(sections[key], 'hex').toString('base64');
sections[key] = sections[key].split('\n').map(line => Buffer.from(line, 'hex').toString('base64')).join('\n');
}

@@ -36,0 +36,0 @@ }

{
"name": "p8-to-js",
"version": "1.0.0",
"version": "1.1.0",
"description": "Convert .p8 files to .js files for use in other projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -193,1 +193,9 @@ # p8-to-js

Pull requests welcome!
To run unit tests locally:
```console
npm install
npm test
```
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