Socket
Socket
Sign inDemoInstall

@benkeentestorg/other

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

23

lib/other.js

@@ -1,14 +0,15 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class Other {
get(id) {
var Other = (function () {
function Other() {
}
Other.prototype.get = function (id) {
return {};
}
set(id) {
}
ugh() {
};
Other.prototype.set = function (id) {
};
Other.prototype.ugh = function () {
return 0;
}
}
exports.Other = Other;
};
return Other;
}());
export { Other };
//# sourceMappingURL=other.js.map
{
"name": "@benkeentestorg/other",
"version": "1.0.11",
"version": "1.0.12",
"description": "> TODO: description",

@@ -28,3 +28,3 @@ "author": "Ben Keen <ben.keen@gmail.com>",

},
"gitHead": "1e820efe0b501f61b461945142153d27a4d6b33e",
"gitHead": "0cbb29a35dc92d0ad8828c29bcf32cf26af8fffa",
"dependencies": {

@@ -31,0 +31,0 @@ "react": "^16.7.0"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc