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

atool-pack

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atool-pack - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

lib/npm.js

@@ -24,3 +24,7 @@ 'use strict';

if (process.platform === "win32") {
npm += '.cmd';
}
exports.default = npm;
module.exports = exports['default'];

2

package.json
{
"name": "atool-pack",
"version": "0.2.0",
"version": "0.2.1",
"description": "npm pack and extract",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/ant-tool/atool-pack",

@@ -14,2 +14,6 @@ import shelljs from 'shelljs';

if (process.platform === "win32") {
npm+='.cmd';
}
export default npm;
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