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

d2-analysis

Package Overview
Dependencies
Maintainers
3
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-analysis - npm Package Compare versions

Comparing version

to
27.0.4

2

lib/manager/CalendarManager.js

@@ -24,3 +24,3 @@ 'use strict';

exports.CalendarManager = CalendarManager = function CalendarManager(config) {
exports.CalendarManager = CalendarManager = function CalendarManager(refs, config) {
var t = this;

@@ -27,0 +27,0 @@

@@ -16,3 +16,3 @@ 'use strict';

exports.I18nManager = I18nManager = function I18nManager(config) {
exports.I18nManager = I18nManager = function I18nManager(refs, config) {
var t = this;

@@ -19,0 +19,0 @@

@@ -32,3 +32,3 @@ 'use strict';

exports.RequestManager = RequestManager = function RequestManager(config) {
exports.RequestManager = RequestManager = function RequestManager(refs, config) {
var t = this;

@@ -35,0 +35,0 @@

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

exports.SessionStorageManager = SessionStorageManager = function SessionStorageManager() {
exports.SessionStorageManager = SessionStorageManager = function SessionStorageManager(refs) {
var t = this;

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

{
"name": "d2-analysis",
"version": "27.0.3",
"version": "27.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ import isObject from 'd2-utilizr/lib/isObject';

CalendarManager = function(config) {
CalendarManager = function(refs, config) {
var t = this;

@@ -10,0 +10,0 @@

@@ -5,3 +5,3 @@ import arrayTo from 'd2-utilizr/lib/arrayTo';

I18nManager = function(config) {
I18nManager = function(refs, config) {
var t = this;

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

@@ -9,3 +9,3 @@ import isArray from 'd2-utilizr/lib/isArray';

RequestManager = function(config) {
RequestManager = function(refs, config) {
var t = this;

@@ -12,0 +12,0 @@

export var SessionStorageManager;
SessionStorageManager = function() {
SessionStorageManager = function(refs) {
var t = this;

@@ -5,0 +5,0 @@

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display