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.2.1 to 1.3.0

.idea/dbnavigator.xml

2

index.js
'use strict';
module.exports = require('./src/resourcePath');
module.exports = require('./dist/resourcePath');
{
"name": "resource-path",
"version": "1.2.1",
"version": "1.3.0",
"description": "Tiny module to generate resource paths for APIs",
"main": "index.js",
"scripts": {
"test": "nyc ava"
"test": "nyc ava",
"build": "babel -w src/ -d dist -s"
},

@@ -28,6 +29,21 @@ "repository": {

"devDependencies": {
"@ava/babel-preset-stage-4": "^1.0.0",
"ava": "^0.17.0",
"babel-cli": "^6.22.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"coveralls": "^2.11.15",
"del": "^2.2.2",
"nyc": "^10.0.0"
},
"ava": {
"require": "babel-register",
"babel": "inherit"
},
"babel": {
"presets": [
"@ava/stage-4"
]
}
}

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