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

lib

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

1

cli/commands/create.js

@@ -285,2 +285,3 @@ 'use strict';

let tmpPath = `/tmp/stdlib-addon.tgz`;
!fs.existsSync('/tmp') && fs.mkdirSync('/tmp');
fs.existsSync(tmpPath) && fs.unlinkSync(tmpPath);

@@ -287,0 +288,0 @@ fs.writeFileSync(tmpPath, extPkg.files);

2

package.json
{
"name": "lib",
"version": "1.0.9",
"version": "1.0.10",
"description": "Standard Library for Microservices",

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

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