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

dpacker

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dpacker - npm Package Compare versions

Comparing version 1.0.41 to 1.0.51

2

dist/index.js

@@ -36,3 +36,3 @@ #!/usr/bin/env node

item.source = js_beautify_1.default(item.source);
console.log(`${fileName} | Beautified: ${newFile}}`);
console.log(`${fileName} | Beautified: ${newFile}`);
}

@@ -39,0 +39,0 @@ fs_1.default.writeFileSync(newFile, item.source);

{
"name": "dpacker",
"version": "1.0.41",
"version": "1.0.51",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meguminsama/dpacker"
},
"scripts": {

@@ -7,0 +11,0 @@ "start": "tsc; node ./dist/index.js",

@@ -43,3 +43,3 @@ import fs from "fs";

item.source = jsBeautify(item.source);
console.log(`${fileName} | Beautified: ${newFile}}`);
console.log(`${fileName} | Beautified: ${newFile}`);
}

@@ -46,0 +46,0 @@

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