ts-json-properties
Advanced tools
Comparing version 1.1.1 to 1.1.2
"use strict"; | ||
var path = require("path"); | ||
var Fs = require('fs'); | ||
var Fs = require("fs"); | ||
var parse_1 = require("./parse"); | ||
@@ -5,0 +5,0 @@ var Properties = (function () { |
{ | ||
"name": "ts-json-properties", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Use Typescript decorators to retrieve a property from properties.json and load it on class attribute.", | ||
@@ -40,2 +40,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/node": "^6.0.38", | ||
"@types/chai": "^3.4.32", | ||
"@types/mocha": "^2.2.31", | ||
"chai": "^3.5.0", | ||
@@ -46,8 +49,3 @@ "istanbul": "^0.4.2", | ||
"remap-istanbul": "^0.6.4" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^6.0.38", | ||
"@types/chai": "^3.4.32", | ||
"@types/mocha": "^2.2.31" | ||
} | ||
} |
"use strict"; | ||
var path = require("path"); | ||
var Fs = require('fs'); | ||
var Fs = require("fs"); | ||
var parse_1 = require("./parse"); | ||
@@ -5,0 +5,0 @@ var Properties = (function () { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
42276
8
- Removed@types/chai@^3.4.32
- Removed@types/mocha@^2.2.31
- Removed@types/node@^6.0.38
- Removed@types/chai@3.5.2(transitive)
- Removed@types/mocha@2.2.48(transitive)
- Removed@types/node@6.14.13(transitive)