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

kashe

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kashe - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

dist/es2015/index.d.ts

52

package.json
{
"name": "kashe",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.1.0",
"description": "Stateless memoization replacement for reselect and memoize-one",
"main": "dist/es5/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "ts-react-toolbox test",
"bootstrap": "ts-react-toolbox init",
"dev": "ts-react-toolbox dev",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "ts-react-toolbox build",
"release": "ts-react-toolbox release",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish",
"format": "ts-react-toolbox format",
"analyze": "ts-react-toolbox analyze"
},
"author": "",
"license": "ISC"
"repository": "https://github.com/theKashey/kashe/",
"author": "theKashey <thekashey@gmail.com>",
"license": "MIT",
"devDependencies": {
"ts-jest": "^24.0.0",
"ts-react-toolbox": "^0.2.2",
"typescript": "^3.3.3333"
},
"engines": {
"node": ">=8.5.0"
},
"jsnext:main": "dist/es2015/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es5/index.d.ts",
"files": [
"dist",
"reselect"
],
"keywords": [
"memoize",
"memoization",
"cache",
"performance",
"weak"
],
"resolutions": {
"typescript": "^3.0.0",
"ts-react-toolbox/typescript": "^3.0.0"
},
"dependencies": {
"function-double": "^1.0.4",
"reselect": "^4.0.0"
}
}
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