raml-definition-system
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "raml-definition-system", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"private": false, | ||
"main": "dist/UI.js", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
@@ -12,5 +12,6 @@ "test-cov": " ./node_modules/.bin/istanbul cover _mocha tests/*Tests.js", | ||
"dependencies": { | ||
"ts-structure-parser": "0.0.2", | ||
"underscore": "^1.8.3" | ||
}, | ||
"typings": "./dist/UI.d.ts", | ||
"typings": "dist/src/index.d.ts", | ||
"repository": { | ||
@@ -25,3 +26,2 @@ "type": "git", | ||
], | ||
"files": [ | ||
@@ -28,0 +28,0 @@ "dist/", |
{ | ||
"ambientDependencies": { | ||
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#315f5612ceb4de6f1f81f8cf49878084ea3f364a", | ||
"underscore": "github:DefinitelyTyped/DefinitelyTyped/underscore/underscore.d.ts#56295f5058cac7ae458540423c50ac2dcf9fc711" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
13245
1
431013
2
11
1
+ Addedts-structure-parser@0.0.2
+ Addedts-structure-parser@0.0.2(transitive)