Socket
Socket
Sign inDemoInstall

isolated

Package Overview
Dependencies
Maintainers
5
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 2.0.1 to 3.0.0

2

build/lib/isolated.d.ts

@@ -5,2 +5,2 @@ declare const isolated: ({ files, preserveTimestamps }?: {

}) => Promise<string>;
export default isolated;
export { isolated };

@@ -31,2 +31,2 @@ "use strict";

};
exports.default = isolated;
exports.isolated = isolated;

@@ -43,2 +43,2 @@ import fs from 'fs-extra';

export default isolated;
export { isolated };
{
"name": "isolated",
"version": "2.0.1",
"version": "3.0.0",
"description": "isolated provides one-time folders for unit tests.",

@@ -28,10 +28,10 @@ "contributors": [

"recursive-readdir": "2.2.2",
"temp": "0.9.0"
"temp": "0.9.1"
},
"devDependencies": {
"@types/fs-extra": "8.0.0",
"@types/fs-extra": "8.0.1",
"@types/recursive-readdir": "2.2.0",
"@types/temp": "0.8.34",
"assertthat": "4.0.1",
"roboter": "7.1.5"
"assertthat": "5.0.1",
"roboter": "9.2.0"
},

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

@@ -26,3 +26,3 @@ # isolated

```javascript
const isolated = require('isolated').default;
const { isolated } = require('isolated');
```

@@ -33,3 +33,3 @@

```typescript
import isolated from 'isolated';
import { isolated } from 'isolated';
```

@@ -36,0 +36,0 @@

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