New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sprucelabs/path-resolver

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/path-resolver - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.3.3](https://github.com/sprucelabsai/path-resolver/compare/v1.3.2...v1.3.3) (2020-07-01)
## [1.3.2](https://github.com/sprucelabsai/path-resolver/compare/v1.3.1...v1.3.2) (2020-06-29)

@@ -2,0 +4,0 @@

13

package.json

@@ -10,3 +10,3 @@ {

],
"version": "1.3.2",
"version": "1.3.3",
"main": "./build/index.js",

@@ -31,7 +31,9 @@ "types": "./build/index.d.ts",

"lint": "eslint '**/*.ts' && tsc -p . --noEmit",
"lint:fix": "eslint --fix '**/*.ts'",
"lint.fix": "eslint --fix '**/*.ts'",
"release": "semantic-release",
"local": "node --inspect=5200 ./build/index.js",
"test": "ava **/*.test.ts",
"test:watch": "ava **/*.test.ts --watch"
"test.watch": "ava **/*.test.ts --watch",
"arkit": "arkit -f src/index.ts -o docs/images/arkit.svg",
"arkit.png": "arkit -f src/index.ts -o docs/images/arkit.png"
},

@@ -41,2 +43,3 @@ "devDependencies": {

"@sprucelabs/test": "^1.1.0",
"arkit": "^1.6.4",
"ava": "^3.7.0",

@@ -54,4 +57,4 @@ "chokidar-cli": "^2.1.0",

"dependencies": {
"@sprucelabs/log": "^10.2.1",
"@sprucelabs/error": "^1.0.11"
"@sprucelabs/error": "^1.0.11",
"@sprucelabs/log": "^10.2.1"
},

@@ -58,0 +61,0 @@ "ava": {

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