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

radweb

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radweb - npm Package Compare versions

Comparing version 0.0.11 to 0.0.111

index.metadata.json

4

index.d.ts

@@ -1,3 +0,1 @@

export declare class myClass {
add(a: number, b: number): number;
}
export * from './utils/utils';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var myClass = /** @class */ (function () {
function myClass() {
}
myClass.prototype.add = function (a, b) {
return a + b;
};
return myClass;
}());
exports.myClass = myClass;
__export(require("./utils/utils"));
//# sourceMappingURL=index.js.map
{
"name": "radweb",
"version": "0.0.011",
"version": "0.0.0111",
"description": "radweb",

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

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