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

@ne1410s/codl

Package Overview
Dependencies
Maintainers
1
Versions
155
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 0.0.23 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"

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