Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tstl

Package Overview
Dependencies
Maintainers
1
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tstl - npm Package Compare versions

Comparing version 0.0.0 to 1.3.0

.gitattributes

88

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc