Socket
Socket
Sign inDemoInstall

write-pkg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

write-pkg - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

index.js

@@ -21,5 +21,3 @@ 'use strict';

ret[key] = pkg[key];
}
if (Object.keys(pkg[key]).length !== 0) {
} else if (Object.keys(pkg[key]).length !== 0) {
ret[key] = sortKeys(pkg[key]);

@@ -26,0 +24,0 @@ }

{
"name": "write-pkg",
"version": "3.0.0",
"version": "3.0.1",
"description": "Write a package.json file",

@@ -5,0 +5,0 @@ "license": "MIT",

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