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

@ckaatz/container

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckaatz/container - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

lib/container.js

@@ -10,3 +10,3 @@ /*jshint node:true */

var Invocation = require('./invocation');
var _ = require('underscore');
var _ = require('lodash');

@@ -13,0 +13,0 @@ function actionForObjectKeys(obj, mapFn, callback) {

{
"name": "@ckaatz/container",
"version": "0.1.2",
"version": "0.2.0",
"public": "true",

@@ -23,4 +23,4 @@ "contributors": [

"dependencies": {
"async": "0.9.x",
"underscore": "^1.8.3"
"async": "1.4.2",
"lodash": "3.10.1"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ /*jshint node:true */

var Container = require('../lib/container');
var _ = require('underscore');
var _ = require('lodash');

@@ -8,0 +8,0 @@ module.exports = testCase({

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