Comparing version 0.0.0 to 1.3.0
{ | ||
"name": "tstl", | ||
"description": "TypeScript-STL (Standard Template Library, migrated from C++)", | ||
"author": { | ||
"name": "Jeongho Nam", | ||
"email": "samchon@samchon.org", | ||
"url": "http://samchon.org" | ||
}, | ||
"main": "./lib/tstl.js", | ||
"typings": "./lib/tstl.d.ts", | ||
"version": "0.0.0", | ||
"dependencies": { | ||
"typescript-stl": "^1.2.0" | ||
}, | ||
"name": "tstl", | ||
"description": "TypeScript-STL (Standard Template Library, migrated from C++)", | ||
"author": | ||
{ | ||
"name": "Jeongho Nam", | ||
"email": "samchon@samchon.org", | ||
"url": "http://samchon.org" | ||
}, | ||
"homepage": "https://github.com/samchon/typescript-stl", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/samchon/typescript-stl.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/samchon/typescript-stl/issues" | ||
}, | ||
"readme": "**TypeScript-STL** will renamed to this TSTL.\n\n - https://www.npmjs.com/package/typescript-stl", | ||
"licenses": [ | ||
{ | ||
"type": "BSD 3-Clause", | ||
"url": "https://opensource.org/licenses/BSD-3-Clause" | ||
} | ||
], | ||
"keywords": [ | ||
"stl", | ||
"standard template library", | ||
"typescript", | ||
"standard", | ||
"template", | ||
"container", | ||
"library", | ||
"vector", | ||
"deque", | ||
"list", | ||
"queue", | ||
"stack", | ||
"hash", | ||
"tree", | ||
"map", | ||
"set", | ||
"iterator" | ||
] | ||
"main": "./lib/tstl.js", | ||
"typings": "./lib/tstl.d.ts", | ||
"version": "1.3.0", | ||
"homepage": "https://github.com/samchon/tstl", | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/samchon/tstl.git" | ||
}, | ||
"bugs": { "url": "https://github.com/samchon/tstl/issues" }, | ||
"licenses": | ||
[{ | ||
"type": "BSD-3-Clause", | ||
"url": "https://opensource.org/licenses/BSD-3-Clause" | ||
}], | ||
"keywords": | ||
[ | ||
"stl", "standard template library", | ||
"typescript", "standard", "template", "container", "library", | ||
"algorithm", "iterator", "functional", "utility", | ||
"vector", "deque", "list", "stack", "queue", "priority_queue", | ||
"set", "multiset", "unordered_set", "unordered_multiset", | ||
"map", "multimap", "unordered_map", "unordered_multimap", | ||
"IComparable" , "Pair", "PriorityQueue", | ||
"TreeSet", "TreeMultiSet", "HashSet", "HashMultiSet", | ||
"TreeMap", "TreeMultiMap", "HashMap", "HashMultiMap" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1273262
0
7
23838
0
0
113
- Removedtypescript-stl@^1.2.0
- Removedtypescript-stl@1.7.4(transitive)