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

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.1 to 3.0.2

1

build/lib/isolated.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.isolated = void 0;
const fs_extra_1 = __importDefault(require("fs-extra"));

@@ -8,0 +9,0 @@ const path_1 = __importDefault(require("path"));

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

## [3.0.2](https://github.com/thenativeweb/isolated/compare/3.0.1...3.0.2) (2020-06-04)
### Bug Fixes
* bump fs-extra from 9.0.0 to 9.0.1 ([#142](https://github.com/thenativeweb/isolated/issues/142)) ([71ab745](https://github.com/thenativeweb/isolated/commit/71ab7453de0f59a30149518228b6d2baf3cacebf))
## [3.0.1](https://github.com/thenativeweb/isolated/compare/3.0.0...3.0.1) (2020-03-19)

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

10

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

@@ -26,3 +26,3 @@ "contributors": [

"dependencies": {
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"recursive-readdir": "2.2.2",

@@ -32,8 +32,8 @@ "temp": "0.9.1"

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

@@ -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