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 3.0.23 to 3.0.24

.npmpackagejsonlintrc.json

7

CHANGELOG.md

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

## [3.0.24](https://github.com/thenativeweb/isolated/compare/3.0.23...3.0.24) (2021-08-20)
### Bug Fixes
* add include to tsconfig ([#337](https://github.com/thenativeweb/isolated/issues/337)) ([561904a](https://github.com/thenativeweb/isolated/commit/561904a19a60da0872ddc9c4c89c60bb1582e206))
## [3.0.23](https://github.com/thenativeweb/isolated/compare/3.0.22...3.0.23) (2021-07-13)

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

11

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

@@ -23,4 +23,8 @@ "contributors": [

],
"private": false,
"main": "build/lib/isolated.js",
"types": "build/lib/isolated.d.ts",
"engines": {
"node": ">= 16.7.0"
},
"dependencies": {

@@ -35,6 +39,7 @@ "@types/fs-extra": "9.0.12",

"devDependencies": {
"assertthat": "6.3.7",
"roboter": "11.7.7",
"assertthat": "6.3.13",
"roboter": "12.1.1",
"semantic-release-configuration": "2.0.5"
},
"scripts": {},
"repository": {

@@ -41,0 +46,0 @@ "type": "git",

@@ -12,3 +12,6 @@ {

"target": "es2019"
}
},
"include": [
"./**/*.ts"
]
}
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