You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ne1410s/codl

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ne1410s/codl - npm Package Compare versions

Comparing version

to
0.0.24

8

dist/ne14_codl.cjs.min.js

@@ -20,5 +20,7 @@ 'use strict';

*/
Interception.init = function (fn) { return function (c) {
return Interception.expose(c, fn);
}; };
Interception.init = function (fn) {
return function (c) {
return Interception.expose(c, fn);
};
};
/**

@@ -25,0 +27,0 @@ * Provides an initial / default value.

@@ -16,5 +16,7 @@ import 'reflect-metadata';

*/
Interception.init = function (fn) { return function (c) {
return Interception.expose(c, fn);
}; };
Interception.init = function (fn) {
return function (c) {
return Interception.expose(c, fn);
};
};
/**

@@ -21,0 +23,0 @@ * Provides an initial / default value.

@@ -20,5 +20,7 @@ (function (global, factory) {

*/
Interception.init = function (fn) { return function (c) {
return Interception.expose(c, fn);
}; };
Interception.init = function (fn) {
return function (c) {
return Interception.expose(c, fn);
};
};
/**

@@ -25,0 +27,0 @@ * Provides an initial / default value.

{
"name": "@ne1410s/codl",
"version": "0.0.23",
"version": "0.0.24",
"description": "Indulge your apps with codl: a component model library",

@@ -42,5 +42,5 @@ "main": "dist/ne14_codl.cjs.min.js",

"mocha": "^8.4.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"rollup": "^2.48.0",
"rollup-plugin-typescript2": "^0.30.0",

@@ -47,0 +47,0 @@ "typescript": "^4.2.4"