Socket
Socket
Sign inDemoInstall

memoizee-decorator

Package Overview
Dependencies
14
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

dist/index.js

@@ -8,3 +8,6 @@ 'use strict';

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /**
* Original Code
* @copyright 2015, Andrey Popp <8mayday@gmail.com>
* Modifications
* @copyright 2017, zwigglers <zwigglers@gmail.com>
*/

@@ -11,0 +14,0 @@

4

package.json
{
"name": "memoizee-decorator",
"version": "1.0.2",
"version": "1.0.3",
"description": "ES7 decorator for memoizee library",
"main": "./dist/index.js",
"scripts": {

@@ -19,3 +20,2 @@ "build": "babel src --out-dir dist --copy-files",

],
"main": "lib/index.js",
"author": "zwigglers <zwigglers@gmail.com>",

@@ -22,0 +22,0 @@ "license": "MIT",

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