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

rahome

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rahome - npm Package Compare versions

Comparing version 0.0.1 to 0.2.0

dist/data-structure/LinkedList/index.d.ts

61

package.json
{
"name": "rahome",
"version": "0.0.1",
"description": "Algorithms and data structure for writting efficient software",
"main": "index.js",
"version": "0.2.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test:ci": "cross-env CI=true tsdx test",
"test:watchAll": "tsdx test --watchAll",
"test:coverage": "tsdx test --coverage",
"coverage:open": "open ./coverage/lcov-report/index.html",
"lint": "tsdx lint",
"prettier": "prettier \"src/**/*.+(js|jsx|ts|tsx|json|css|scss|md|html|yaml)\"",
"format": "npm run prettier -- --write",
"prepare": "tsdx build"
},
"keywords": [
"algorithms",
"data structure",
"linked list"
],
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "npm run format && npm run lint && npm run test:ci"
}
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"tabWidth": 2
},
"name": "rahome",
"author": "sagar",
"license": "MIT"
"module": "dist/rahome.esm.js",
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.149",
"cross-env": "^7.0.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-sonarjs": "^0.5.0",
"husky": "^4.2.3",
"tsdx": "^0.12.3",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"dependencies": {
"lodash": "^4.17.15",
"lodash-es": "^4.17.15"
}
}

@@ -1,1 +0,10 @@

work in progress
# data structure
1. Linked List
2. Stack
3. Queue
4. Hash Table
5. Heaps
6. Trie
7. Tree
8. Graph
index.js
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