Socket
Socket
Sign inDemoInstall

fast-memoize

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.5.1

typings/fast-memoize.d.ts

7

CHANGELOG.md

@@ -7,4 +7,9 @@ # Changelog

## 2.4.0
## [2.4.1] - 2018-06-28
### Fixed
- Publish TypeScript annotations to npm package
- Test TypeScript annotations from npm package contents (instead of source)
## [2.4.0] - 2018-06-04
### Added
- TypeScript annotations

6

package.json
{
"name": "fast-memoize",
"version": "2.4.0",
"version": "2.5.1",
"description": "Fastest memoization lib that supports N arguments",

@@ -24,6 +24,7 @@ "main": "src/index.js",

"test:coverage": "covert test/*.js",
"test:typescript": "tsc --project ./typings/tests"
"test:typescript": "cd ./typings/tests && npm install-test"
},
"files": [
"README.md",
"typings/fast-memoize.d.ts",
"src/"

@@ -57,3 +58,2 @@ ],

"standard": "^10.0.2",
"typescript": "^2.9.1",
"underscore": "^1.8.3"

@@ -60,0 +60,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc