Socket
Socket
Sign inDemoInstall

isolated

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isolated - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

1

build/lib/isolated.js

@@ -14,2 +14,3 @@ "use strict";

const isolated = async function ({ files, preserveTimestamps = false } = {}) {
// eslint-disable-next-line unicorn/no-useless-undefined
const tempDirectory = await mkdir(undefined);

@@ -16,0 +17,0 @@ if (!files) {

@@ -0,1 +1,8 @@

## [3.0.3](https://github.com/thenativeweb/isolated/compare/3.0.2...3.0.3) (2020-10-12)
### Bug Fixes
* bump @types/fs-extra from 9.0.1 to 9.0.2 ([#184](https://github.com/thenativeweb/isolated/issues/184)) ([29e8e3e](https://github.com/thenativeweb/isolated/commit/29e8e3eae887afbc38255af08be3eaa0ec3902c2))
## [3.0.2](https://github.com/thenativeweb/isolated/compare/3.0.1...3.0.2) (2020-06-04)

@@ -2,0 +9,0 @@

@@ -13,2 +13,3 @@ import fs from 'fs-extra';

} = {}): Promise<string> {
// eslint-disable-next-line unicorn/no-useless-undefined
const tempDirectory = await mkdir(undefined);

@@ -15,0 +16,0 @@

2

LICENSE.txt
The MIT License (MIT)
Copyright (c) 2013-2019 the native web.
Copyright (c) 2013-2020 the native web.

@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "isolated",
"version": "3.0.2",
"version": "3.0.3",
"description": "isolated provides one-time folders for unit tests.",

@@ -26,2 +26,5 @@ "contributors": [

"dependencies": {
"@types/fs-extra": "9.0.2",
"@types/recursive-readdir": "2.2.0",
"@types/temp": "0.8.34",
"fs-extra": "9.0.1",

@@ -32,8 +35,5 @@ "recursive-readdir": "2.2.2",

"devDependencies": {
"@types/fs-extra": "9.0.1",
"@types/recursive-readdir": "2.2.0",
"@types/temp": "0.8.34",
"assertthat": "5.1.1",
"roboter": "11.1.26",
"semantic-release-configuration": "1.0.20"
"assertthat": "5.2.1",
"roboter": "11.3.12",
"semantic-release-configuration": "1.0.21"
},

@@ -40,0 +40,0 @@ "repository": {

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