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

resource-path

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-path - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

package.json
{
"name": "resource-path",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tiny module to generate resource paths for APIs",
"main": "index.js",
"scripts": {
"test": "ava"
"test": "nyc ava"
},

@@ -28,4 +28,6 @@ "repository": {

"devDependencies": {
"ava": "^0.17.0"
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"nyc": "^10.0.0"
}
}

@@ -5,3 +5,4 @@ # Resource Path

[![npm](https://img.shields.io/npm/v/resource-path.svg?style=flat-square)](https://www.npmjs.com/package/resource-path)
[![David](https://img.shields.io/david/aurbano/resource-path.svg?style=flat-square)](https://david-dm.org/aurbano/resource-path)
[![npm](https://img.shields.io/npm/dm/resource-path.svg)]()
[![npm](https://img.shields.io/npm/l/resource-path.svg)]()

@@ -69,2 +70,2 @@ > Tiny module to generate resource paths for APIs, with zero dependencies

This project is licensed under the MIT License.
This project is licensed under the MIT License.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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