braintree-web-latest 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of braintree-web-latest might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +13 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // This is a benign placeholder for security research.
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "braintree-web-latest",
3
+ "version": "1.0.0",
4
+ "description": "Security research placeholder - do not use",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "",
8
+ "postinstall": ""
9
+ },
10
+ "keywords": [],
11
+ "author": "security-researcher",
12
+ "license": "ISC"
13
+ }