New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/onion

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/onion - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 0.0.21 (2020-09-18)
**Note:** Version bump only for package @zodash/onion
## [0.0.20](https://github.com/zcorky/zodash/compare/@zodash/onion@0.0.19...@zodash/onion@0.0.20) (2019-12-24)

@@ -8,0 +16,0 @@

4

lib/onion.js
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -11,2 +12,3 @@ });

Object.defineProperty(exports, "__esModule", { value: true });
exports.Onion = void 0;
const compose_1 = require("@zodash/compose");

@@ -13,0 +15,0 @@ class Onion {

{
"name": "@zodash/onion",
"version": "0.0.20",
"version": "0.0.21",
"description": "simple onion model",

@@ -69,5 +69,5 @@ "keywords": [

"dependencies": {
"@zodash/compose": "^0.0.12"
"@zodash/compose": "^0.0.13"
},
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d"
"gitHead": "dcbc4fffe9448cf235b5a8dabb09882e38535582"
}

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