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

@tant/hooks

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tant/hooks - npm Package Compare versions

Comparing version 0.0.5 to 0.0.7

31

dist/tant-hooks.js

@@ -1,30 +0,1 @@

!(function (e, o) {
'object' == typeof exports && 'object' == typeof module
? (module.exports = o())
: 'function' == typeof define && define.amd
? define([], o)
: 'object' == typeof exports
? (exports.tantHooks = o())
: (e.tantHooks = o());
})(this, function () {
return (() => {
'use strict';
var e = {
d: (o, t) => {
for (var r in t)
e.o(t, r) && !e.o(o, r) && Object.defineProperty(o, r, { enumerable: !0, get: t[r] });
},
o: (e, o) => Object.prototype.hasOwnProperty.call(e, o),
r: (e) => {
'undefined' != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: 'Module' }),
Object.defineProperty(e, '__esModule', { value: !0 });
},
},
o = {};
e.r(o), e.d(o, { Todo: () => t });
const t = 'tant-hooks-todo';
return o;
})();
});
!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.tantHooks=o():e.tantHooks=o()}(this,(function(){return(()=>{"use strict";var e={d:(o,t)=>{for(var r in t)e.o(t,r)&&!e.o(o,r)&&Object.defineProperty(o,r,{enumerable:!0,get:t[r]})},o:(e,o)=>Object.prototype.hasOwnProperty.call(e,o),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},o={};e.r(o),e.d(o,{Todo:()=>t});const t="tant-hooks-todo";return o})()}));

4

package.json
{
"name": "@tant/hooks",
"version": "0.0.5",
"version": "0.0.7",
"description": "tant-hooks library",

@@ -32,3 +32,3 @@ "main": "./lib/index.js",

},
"gitHead": "faa36804b9ea33bdb3dd4d42967287bfa66f931a"
"gitHead": "75e4ea9fbca288edfc5b0fc9f7b6288cc78bd7fd"
}
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