Socket
Socket
Sign inDemoInstall

@uniswap/sdk-core

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/sdk-core - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/index.d.ts

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

export { BigintIsh, ChainId, TradeType, Rounding } from './constants';
export * from './constants';
export * from './entities';
export * from './utils';

@@ -557,7 +557,14 @@ 'use strict';

exports.Fraction = Fraction;
exports.MaxUint256 = MaxUint256;
exports.ONE = ONE;
exports.ONE_HUNDRED = ONE_HUNDRED;
exports.Percent = Percent;
exports.Price = Price;
exports.TEN = TEN;
exports.THREE = THREE;
exports.TWO = TWO;
exports.Token = Token;
exports.TokenAmount = TokenAmount;
exports.WETH = WETH;
exports.ZERO = ZERO;
exports.babylonianSqrt = babylonianSqrt;

@@ -564,0 +571,0 @@ exports.currencyEquals = currencyEquals;

@@ -1,2 +0,2 @@

"use strict";function t(t){return t&&"object"==typeof t&&"default"in t?t.default:t}Object.defineProperty(exports,"__esModule",{value:!0});var n,r,e,i=t(require("jsbi")),o=t(require("tiny-invariant")),a=require("@ethersproject/address"),u=(t(require("tiny-warning")),t(require("decimal.js-light"))),s=t(require("big.js")),d=t(require("toformat"));(n=exports.ChainId||(exports.ChainId={}))[n.MAINNET=1]="MAINNET",n[n.ROPSTEN=3]="ROPSTEN",n[n.RINKEBY=4]="RINKEBY",n[n["GÖRLI"]=5]="GÖRLI",n[n.KOVAN=42]="KOVAN",(r=exports.TradeType||(exports.TradeType={}))[r.EXACT_INPUT=0]="EXACT_INPUT",r[r.EXACT_OUTPUT=1]="EXACT_OUTPUT",(e=exports.Rounding||(exports.Rounding={}))[e.ROUND_DOWN=0]="ROUND_DOWN",e[e.ROUND_HALF_UP=1]="ROUND_HALF_UP",e[e.ROUND_UP=2]="ROUND_UP";var c=i.BigInt(0),f=i.BigInt(1),h=i.BigInt(2),p=i.BigInt(3),l=i.BigInt(10),m=i.BigInt(100),y=i.BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function g(t,n){for(var r=0;r<n.length;r++){var e=n[r];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(t,e.key,e)}}function v(t,n,r){return n&&g(t.prototype,n),r&&g(t,r),t}function x(t,n){t.prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n}function I(t){try{return a.getAddress(t)}catch(t){o(!1)}}var w,N=function(t,n,r){t<255||o(!1),this.decimals=t,this.symbol=n,this.name=r},R=N.ETHER=new N(18,"ETH","Ether"),E=function(t){function n(n,r,e,i,o){var a;return(a=t.call(this,e,i,o)||this).chainId=n,a.address=I(r),a}x(n,t);var r=n.prototype;return r.equals=function(t){return this===t||this.chainId===t.chainId&&this.address===t.address},r.sortsBefore=function(t){return this.chainId!==t.chainId&&o(!1),this.address===t.address&&o(!1),this.address.toLowerCase()<t.address.toLowerCase()},n}(N);function O(t,n){return t instanceof E&&n instanceof E?t.equals(n):!(t instanceof E||n instanceof E||t!==n)}var C,T,U=((w={})[exports.ChainId.MAINNET]=new E(exports.ChainId.MAINNET,"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",18,"WETH","Wrapped Ether"),w[exports.ChainId.ROPSTEN]=new E(exports.ChainId.ROPSTEN,"0xc778417E063141139Fce010982780140Aa0cD5Ab",18,"WETH","Wrapped Ether"),w[exports.ChainId.RINKEBY]=new E(exports.ChainId.RINKEBY,"0xc778417E063141139Fce010982780140Aa0cD5Ab",18,"WETH","Wrapped Ether"),w[exports.ChainId.GÖRLI]=new E(exports.ChainId.GÖRLI,"0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",18,"WETH","Wrapped Ether"),w[exports.ChainId.KOVAN]=new E(exports.ChainId.KOVAN,"0xd0A1E359811322d97991E03f863a0C30C2cF029C",18,"WETH","Wrapped Ether"),w),_=d(u),A=d(s),D=((C={})[exports.Rounding.ROUND_DOWN]=_.ROUND_DOWN,C[exports.Rounding.ROUND_HALF_UP]=_.ROUND_HALF_UP,C[exports.Rounding.ROUND_UP]=_.ROUND_UP,C),b=((T={})[exports.Rounding.ROUND_DOWN]=0,T[exports.Rounding.ROUND_HALF_UP]=1,T[exports.Rounding.ROUND_UP]=3,T),B=function(){function t(t,n){void 0===n&&(n=f),this.numerator=i.BigInt(t),this.denominator=i.BigInt(n)}var n=t.prototype;return n.invert=function(){return new t(this.denominator,this.numerator)},n.add=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.equal(this.denominator,r.denominator)?new t(i.add(this.numerator,r.numerator),this.denominator):new t(i.add(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator)),i.multiply(this.denominator,r.denominator))},n.subtract=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.equal(this.denominator,r.denominator)?new t(i.subtract(this.numerator,r.numerator),this.denominator):new t(i.subtract(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator)),i.multiply(this.denominator,r.denominator))},n.lessThan=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.lessThan(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator))},n.equalTo=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.equal(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator))},n.greaterThan=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.greaterThan(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator))},n.multiply=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return new t(i.multiply(this.numerator,r.numerator),i.multiply(this.denominator,r.denominator))},n.divide=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return new t(i.multiply(this.numerator,r.denominator),i.multiply(this.denominator,r.numerator))},n.toSignificant=function(t,n,r){void 0===n&&(n={groupSeparator:""}),void 0===r&&(r=exports.Rounding.ROUND_HALF_UP),Number.isInteger(t)||o(!1),t>0||o(!1),_.set({precision:t+1,rounding:D[r]});var e=new _(this.numerator.toString()).div(this.denominator.toString()).toSignificantDigits(t);return e.toFormat(e.decimalPlaces(),n)},n.toFixed=function(t,n,r){return void 0===n&&(n={groupSeparator:""}),void 0===r&&(r=exports.Rounding.ROUND_HALF_UP),Number.isInteger(t)||o(!1),t>=0||o(!1),A.DP=t,A.RM=b[r],new A(this.numerator.toString()).div(this.denominator.toString()).toFormat(t,n)},v(t,[{key:"quotient",get:function(){return i.divide(this.numerator,this.denominator)}},{key:"remainder",get:function(){return new t(i.remainder(this.numerator,this.denominator),this.denominator)}}]),t}(),P=new B(m),q=function(t){function n(){return t.apply(this,arguments)||this}x(n,t);var r=n.prototype;return r.toSignificant=function(t,n,r){return void 0===t&&(t=5),this.multiply(P).toSignificant(t,n,r)},r.toFixed=function(t,n,r){return void 0===t&&(t=2),this.multiply(P).toFixed(t,n,r)},n}(B),F=d(s),S=function(t){function n(n,r){var e,a=i.BigInt(r);return a<y||o(!1),(e=t.call(this,a,i.exponentiate(l,i.BigInt(n.decimals)))||this).currency=n,e}x(n,t),n.ether=function(t){return new n(R,t)};var r=n.prototype;return r.add=function(t){return O(this.currency,t.currency)||o(!1),new n(this.currency,i.add(this.raw,t.raw))},r.subtract=function(t){return O(this.currency,t.currency)||o(!1),new n(this.currency,i.subtract(this.raw,t.raw))},r.toSignificant=function(n,r,e){return void 0===n&&(n=6),void 0===e&&(e=exports.Rounding.ROUND_DOWN),t.prototype.toSignificant.call(this,n,r,e)},r.toFixed=function(n,r,e){return void 0===n&&(n=this.currency.decimals),void 0===e&&(e=exports.Rounding.ROUND_DOWN),n<=this.currency.decimals||o(!1),t.prototype.toFixed.call(this,n,r,e)},r.toExact=function(t){return void 0===t&&(t={groupSeparator:""}),F.DP=this.currency.decimals,new F(this.numerator.toString()).div(this.denominator.toString()).toFormat(t)},v(n,[{key:"raw",get:function(){return this.numerator}}]),n}(B),W=function(t){function n(n,r){var e;return(e=t.call(this,n,r)||this).token=n,e}x(n,t);var r=n.prototype;return r.add=function(t){return this.token.equals(t.token)||o(!1),new n(this.token,i.add(this.raw,t.raw))},r.subtract=function(t){return this.token.equals(t.token)||o(!1),new n(this.token,i.subtract(this.raw,t.raw))},n}(S),H=function(t){function n(n,r,e,o){var a;return(a=t.call(this,o,e)||this).baseCurrency=n,a.quoteCurrency=r,a.scalar=new B(i.exponentiate(l,i.BigInt(n.decimals)),i.exponentiate(l,i.BigInt(r.decimals))),a}x(n,t);var r=n.prototype;return r.invert=function(){return new n(this.quoteCurrency,this.baseCurrency,this.numerator,this.denominator)},r.multiply=function(r){O(this.quoteCurrency,r.baseCurrency)||o(!1);var e=t.prototype.multiply.call(this,r);return new n(this.baseCurrency,r.quoteCurrency,e.denominator,e.numerator)},r.quote=function(n){return O(n.currency,this.baseCurrency)||o(!1),this.quoteCurrency instanceof E?new W(this.quoteCurrency,t.prototype.multiply.call(this,n.raw).quotient):S.ether(t.prototype.multiply.call(this,n.raw).quotient)},r.toSignificant=function(t,n,r){return void 0===t&&(t=6),this.adjusted.toSignificant(t,n,r)},r.toFixed=function(t,n,r){return void 0===t&&(t=4),this.adjusted.toFixed(t,n,r)},v(n,[{key:"raw",get:function(){return new B(this.numerator,this.denominator)}},{key:"adjusted",get:function(){return t.prototype.multiply.call(this,this.scalar)}}]),n}(B);exports.Currency=N,exports.CurrencyAmount=S,exports.ETHER=R,exports.Fraction=B,exports.Percent=q,exports.Price=H,exports.Token=E,exports.TokenAmount=W,exports.WETH=U,exports.babylonianSqrt=function(t){var n,r=c;if(t>p)for(r=t,n=i.add(i.divide(t,h),f);n<r;)r=n,n=i.divide(i.add(i.divide(t,n),n),h);else t!==c&&(r=f);return r},exports.currencyEquals=O,exports.sortedInsert=function(t,n,r,e){if(r>0||o(!1),t.length<=r||o(!1),0===t.length)return t.push(n),null;var i=t.length===r;if(i&&e(t[t.length-1],n)<=0)return n;for(var a=0,u=t.length;a<u;){var s=a+u>>>1;e(t[s],n)<=0?a=s+1:u=s}return t.splice(a,0,n),i?t.pop():null},exports.validateAndParseAddress=I;
"use strict";function t(t){return t&&"object"==typeof t&&"default"in t?t.default:t}Object.defineProperty(exports,"__esModule",{value:!0});var n,r,e,i=t(require("jsbi")),o=t(require("tiny-invariant")),a=require("@ethersproject/address"),u=(t(require("tiny-warning")),t(require("decimal.js-light"))),s=t(require("big.js")),d=t(require("toformat"));(n=exports.ChainId||(exports.ChainId={}))[n.MAINNET=1]="MAINNET",n[n.ROPSTEN=3]="ROPSTEN",n[n.RINKEBY=4]="RINKEBY",n[n["GÖRLI"]=5]="GÖRLI",n[n.KOVAN=42]="KOVAN",(r=exports.TradeType||(exports.TradeType={}))[r.EXACT_INPUT=0]="EXACT_INPUT",r[r.EXACT_OUTPUT=1]="EXACT_OUTPUT",(e=exports.Rounding||(exports.Rounding={}))[e.ROUND_DOWN=0]="ROUND_DOWN",e[e.ROUND_HALF_UP=1]="ROUND_HALF_UP",e[e.ROUND_UP=2]="ROUND_UP";var c=i.BigInt(0),f=i.BigInt(1),p=i.BigInt(2),h=i.BigInt(3),l=i.BigInt(10),m=i.BigInt(100),y=i.BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function g(t,n){for(var r=0;r<n.length;r++){var e=n[r];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(t,e.key,e)}}function x(t,n,r){return n&&g(t.prototype,n),r&&g(t,r),t}function v(t,n){t.prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n}function I(t){try{return a.getAddress(t)}catch(t){o(!1)}}var N,w=function(t,n,r){t<255||o(!1),this.decimals=t,this.symbol=n,this.name=r},R=w.ETHER=new w(18,"ETH","Ether"),E=function(t){function n(n,r,e,i,o){var a;return(a=t.call(this,e,i,o)||this).chainId=n,a.address=I(r),a}v(n,t);var r=n.prototype;return r.equals=function(t){return this===t||this.chainId===t.chainId&&this.address===t.address},r.sortsBefore=function(t){return this.chainId!==t.chainId&&o(!1),this.address===t.address&&o(!1),this.address.toLowerCase()<t.address.toLowerCase()},n}(w);function O(t,n){return t instanceof E&&n instanceof E?t.equals(n):!(t instanceof E||n instanceof E||t!==n)}var T,U,C=((N={})[exports.ChainId.MAINNET]=new E(exports.ChainId.MAINNET,"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",18,"WETH","Wrapped Ether"),N[exports.ChainId.ROPSTEN]=new E(exports.ChainId.ROPSTEN,"0xc778417E063141139Fce010982780140Aa0cD5Ab",18,"WETH","Wrapped Ether"),N[exports.ChainId.RINKEBY]=new E(exports.ChainId.RINKEBY,"0xc778417E063141139Fce010982780140Aa0cD5Ab",18,"WETH","Wrapped Ether"),N[exports.ChainId.GÖRLI]=new E(exports.ChainId.GÖRLI,"0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",18,"WETH","Wrapped Ether"),N[exports.ChainId.KOVAN]=new E(exports.ChainId.KOVAN,"0xd0A1E359811322d97991E03f863a0C30C2cF029C",18,"WETH","Wrapped Ether"),N),_=d(u),D=d(s),A=((T={})[exports.Rounding.ROUND_DOWN]=_.ROUND_DOWN,T[exports.Rounding.ROUND_HALF_UP]=_.ROUND_HALF_UP,T[exports.Rounding.ROUND_UP]=_.ROUND_UP,T),b=((U={})[exports.Rounding.ROUND_DOWN]=0,U[exports.Rounding.ROUND_HALF_UP]=1,U[exports.Rounding.ROUND_UP]=3,U),B=function(){function t(t,n){void 0===n&&(n=f),this.numerator=i.BigInt(t),this.denominator=i.BigInt(n)}var n=t.prototype;return n.invert=function(){return new t(this.denominator,this.numerator)},n.add=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.equal(this.denominator,r.denominator)?new t(i.add(this.numerator,r.numerator),this.denominator):new t(i.add(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator)),i.multiply(this.denominator,r.denominator))},n.subtract=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.equal(this.denominator,r.denominator)?new t(i.subtract(this.numerator,r.numerator),this.denominator):new t(i.subtract(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator)),i.multiply(this.denominator,r.denominator))},n.lessThan=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.lessThan(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator))},n.equalTo=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.equal(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator))},n.greaterThan=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return i.greaterThan(i.multiply(this.numerator,r.denominator),i.multiply(r.numerator,this.denominator))},n.multiply=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return new t(i.multiply(this.numerator,r.numerator),i.multiply(this.denominator,r.denominator))},n.divide=function(n){var r=n instanceof t?n:new t(i.BigInt(n));return new t(i.multiply(this.numerator,r.denominator),i.multiply(this.denominator,r.numerator))},n.toSignificant=function(t,n,r){void 0===n&&(n={groupSeparator:""}),void 0===r&&(r=exports.Rounding.ROUND_HALF_UP),Number.isInteger(t)||o(!1),t>0||o(!1),_.set({precision:t+1,rounding:A[r]});var e=new _(this.numerator.toString()).div(this.denominator.toString()).toSignificantDigits(t);return e.toFormat(e.decimalPlaces(),n)},n.toFixed=function(t,n,r){return void 0===n&&(n={groupSeparator:""}),void 0===r&&(r=exports.Rounding.ROUND_HALF_UP),Number.isInteger(t)||o(!1),t>=0||o(!1),D.DP=t,D.RM=b[r],new D(this.numerator.toString()).div(this.denominator.toString()).toFormat(t,n)},x(t,[{key:"quotient",get:function(){return i.divide(this.numerator,this.denominator)}},{key:"remainder",get:function(){return new t(i.remainder(this.numerator,this.denominator),this.denominator)}}]),t}(),P=new B(m),q=function(t){function n(){return t.apply(this,arguments)||this}v(n,t);var r=n.prototype;return r.toSignificant=function(t,n,r){return void 0===t&&(t=5),this.multiply(P).toSignificant(t,n,r)},r.toFixed=function(t,n,r){return void 0===t&&(t=2),this.multiply(P).toFixed(t,n,r)},n}(B),F=d(s),S=function(t){function n(n,r){var e,a=i.BigInt(r);return a<y||o(!1),(e=t.call(this,a,i.exponentiate(l,i.BigInt(n.decimals)))||this).currency=n,e}v(n,t),n.ether=function(t){return new n(R,t)};var r=n.prototype;return r.add=function(t){return O(this.currency,t.currency)||o(!1),new n(this.currency,i.add(this.raw,t.raw))},r.subtract=function(t){return O(this.currency,t.currency)||o(!1),new n(this.currency,i.subtract(this.raw,t.raw))},r.toSignificant=function(n,r,e){return void 0===n&&(n=6),void 0===e&&(e=exports.Rounding.ROUND_DOWN),t.prototype.toSignificant.call(this,n,r,e)},r.toFixed=function(n,r,e){return void 0===n&&(n=this.currency.decimals),void 0===e&&(e=exports.Rounding.ROUND_DOWN),n<=this.currency.decimals||o(!1),t.prototype.toFixed.call(this,n,r,e)},r.toExact=function(t){return void 0===t&&(t={groupSeparator:""}),F.DP=this.currency.decimals,new F(this.numerator.toString()).div(this.denominator.toString()).toFormat(t)},x(n,[{key:"raw",get:function(){return this.numerator}}]),n}(B),W=function(t){function n(n,r){var e;return(e=t.call(this,n,r)||this).token=n,e}v(n,t);var r=n.prototype;return r.add=function(t){return this.token.equals(t.token)||o(!1),new n(this.token,i.add(this.raw,t.raw))},r.subtract=function(t){return this.token.equals(t.token)||o(!1),new n(this.token,i.subtract(this.raw,t.raw))},n}(S),H=function(t){function n(n,r,e,o){var a;return(a=t.call(this,o,e)||this).baseCurrency=n,a.quoteCurrency=r,a.scalar=new B(i.exponentiate(l,i.BigInt(n.decimals)),i.exponentiate(l,i.BigInt(r.decimals))),a}v(n,t);var r=n.prototype;return r.invert=function(){return new n(this.quoteCurrency,this.baseCurrency,this.numerator,this.denominator)},r.multiply=function(r){O(this.quoteCurrency,r.baseCurrency)||o(!1);var e=t.prototype.multiply.call(this,r);return new n(this.baseCurrency,r.quoteCurrency,e.denominator,e.numerator)},r.quote=function(n){return O(n.currency,this.baseCurrency)||o(!1),this.quoteCurrency instanceof E?new W(this.quoteCurrency,t.prototype.multiply.call(this,n.raw).quotient):S.ether(t.prototype.multiply.call(this,n.raw).quotient)},r.toSignificant=function(t,n,r){return void 0===t&&(t=6),this.adjusted.toSignificant(t,n,r)},r.toFixed=function(t,n,r){return void 0===t&&(t=4),this.adjusted.toFixed(t,n,r)},x(n,[{key:"raw",get:function(){return new B(this.numerator,this.denominator)}},{key:"adjusted",get:function(){return t.prototype.multiply.call(this,this.scalar)}}]),n}(B);exports.Currency=w,exports.CurrencyAmount=S,exports.ETHER=R,exports.Fraction=B,exports.MaxUint256=y,exports.ONE=f,exports.ONE_HUNDRED=m,exports.Percent=q,exports.Price=H,exports.TEN=l,exports.THREE=h,exports.TWO=p,exports.Token=E,exports.TokenAmount=W,exports.WETH=C,exports.ZERO=c,exports.babylonianSqrt=function(t){var n,r=c;if(t>h)for(r=t,n=i.add(i.divide(t,p),f);n<r;)r=n,n=i.divide(i.add(i.divide(t,n),n),p);else t!==c&&(r=f);return r},exports.currencyEquals=O,exports.sortedInsert=function(t,n,r,e){if(r>0||o(!1),t.length<=r||o(!1),0===t.length)return t.push(n),null;var i=t.length===r;if(i&&e(t[t.length-1],n)<=0)return n;for(var a=0,u=t.length;a<u;){var s=a+u>>>1;e(t[s],n)<=0?a=s+1:u=s}return t.splice(a,0,n),i?t.pop():null},exports.validateAndParseAddress=I;
//# sourceMappingURL=sdk-core.cjs.production.min.js.map

@@ -553,3 +553,3 @@ import JSBI from 'jsbi';

export { ChainId, Currency, CurrencyAmount, ETHER, Fraction, Percent, Price, Rounding, Token, TokenAmount, TradeType, WETH, babylonianSqrt, currencyEquals, sortedInsert, validateAndParseAddress };
export { ChainId, Currency, CurrencyAmount, ETHER, Fraction, MaxUint256, ONE, ONE_HUNDRED, Percent, Price, Rounding, TEN, THREE, TWO, Token, TokenAmount, TradeType, WETH, ZERO, babylonianSqrt, currencyEquals, sortedInsert, validateAndParseAddress };
//# sourceMappingURL=sdk-core.esm.js.map
{
"name": "@uniswap/sdk-core",
"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"description": "⚒️ An SDK for building applications on top of Uniswap V3",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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