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

nano-memoize

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nano-memoize - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

.idea/modules.xml

0

benchmark/addy-osmani.js

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ (function() {

8

package.json
{
"name": "nano-memoize",
"version": "v1.2.1",
"version": "v1.3.0",
"description": "Faster than fast, smaller than micro ... a nano speed and nano size memoizer.",
"main": "index.js",
"types": "index.d.ts",
"engines": {},

@@ -10,5 +11,4 @@ "sideEffects": false,

"scripts": {
"test": "mocha ./test/index.js",
"prepare": "cp ./src/nano-memoize.js ./index.js && cp ./src/nano-memoize.js dist/nano-memoize.js && npx bread-compressor dist && browserify ./src/nano-memoize.js -o browser/nano-memoize.js && uglifyjs browser/nano-memoize.js -o browser/nano-memoize.min.js && uglifyjs src/nano-memoize.js -o dist/nano-memoize.min.js"
},
"test": "mocha ./test/index.js"
},
"repository": {

@@ -15,0 +15,0 @@ "type": "git",

@@ -172,4 +172,2 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/30ce201484754fa5b0a6c6046abb842d)](https://www.codacy.com/app/syblackwell/nano-memoize?utm_source=github.com&utm_medium=referral&utm_content=anywhichway/nano-memoize&utm_campaign=Badge_Grade)

Use the code in the [`browser`](browser/) directory for the browser
The code is hand-crafted to run across all browsers all the way back to IE 11. No transpiling is necessary.

@@ -216,2 +214,6 @@

2022-03-30 v1.3.0 Dropped support for `dist` and `browser` directories.
2022-03-15 v1.2.2 Bumped minor version for TS typings and some package dependency updates.
2020-11-02 v1.2.1 Added main: "index.js" reference in package.json.

@@ -218,0 +220,0 @@

@@ -0,0 +0,0 @@ (function() {

@@ -0,0 +0,0 @@ var chai,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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