{"_id":"set.prototype.isdisjointfrom","_rev":"8-81f68bf1964557f7e95882a7ace5c891","name":"set.prototype.isdisjointfrom","dist-tags":{"latest":"1.1.5"},"versions":{"1.0.0":{"name":"set.prototype.isdisjointfrom","version":"1.0.0","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.0.0","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"35eb32b20c24cb96e46495197335bebe25887b7b","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.0.0.tgz","fileCount":22,"integrity":"sha512-5PfvGt1DDHtGUtph/yeC8DPxYDXfy2AXVsIkQQ4OldLu7No6TrbhOpFlsXefWoeOErToetFGYD+UBWzk69m4ZQ==","signatures":[{"sig":"MEUCIQD6fkgvIsMgZI2smYwchCjqVsY9/j9ky2TEettXkFVMdAIgBBIRAWliZXYvFInicsJ8dvFZXaniZIZGVnt92bxYWqU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjnONACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonABAAmdLKURNq8sbowihGzaNYkL7q/xb9ukFoSRHhqmtiWn9pup3U\r\nwhAL8HcHBZCJfY56Cw12us1kvFnuhQeXwz9MrLXTfgsKgH9d1g5Vg/mh9Tpm\r\n4N/z8rvbdPWixxrRLLLTv42gxof8LCd1SXV/ZHNIkvWedvhqeaDrANaSsMCy\r\nTtIGquCWe3u08DzPW8VQLuIf19zc8mJie3Sewf6iMdSEiLvFE3gpPYiDWuDa\r\n1GUU57P7gvx5qqbZeflmYOaMWc/HoejHA4NOVf8RjMJbuTyH19WEgU8cUfk0\r\nELVDYqfFNDojWTOGyqypH4DTooTm7gOGBuGlKsU3JgCjgDuxGgUNdzH8qx47\r\nOL8c7o14SR1ik5v/8KFzTydzlAzF7uJSGvS8p09xhO/K5NV68kADzhJM5W6z\r\n7JwKxr6+oHYBCubRTEFLfLo0MKejpFD5EZeX5STkeGjp7tJrtxrYR2WnndIK\r\na3U7zDMAIhBrLc5Ke1QJyXBXBONH1aXWWDm1zQAF1uYdu0EiXlwr/A4aNQlg\r\nrZHc1f6C9bwNATrYSNKi1UUWrBjqz+tgq56bCEPm714DcCtaU65g9IvMJXmx\r\nho8hHI/v0obNFRBLHPW6mwHX6InQ6Wca9xrifUXCQ0i72nXUBxjLpn9RNnkR\r\nbOV7+pg1sXt/afczUs62hUvMYY39oIonyw4=\r\n=j1fX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":[{"import":"./index.mjs","default":"./index.js","require":"./index.js"},"./index.js"],"./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"5af753bbb63999fc9ec4e994a6f21e02aab50f62","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && npm run tests-esm","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","tests-esm":"nyc node test/index.mjs","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"8.19.3","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"19.2.0","dependencies":{"es-set":"^1.0.0","is-set":"^2.0.2","call-bind":"^1.0.2","es-abstract":"^1.20.4","get-intrinsic":"^1.1.3","define-properties":"^1.1.4"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.1","nyc":"^10.3.2","tape":"^5.6.1","eslint":"=8.8.0","evalmd":"^0.0.19","es6-shim":"^0.35.6","for-each":"^0.3.3","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.2.3","auto-changelog":"^2.4.0","object-inspect":"^1.12.2","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.0.0"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.0.0_1670280076894_0.5296742110693455","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"set.prototype.isdisjointfrom","version":"1.0.1","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.0.1","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"9b512f2e5dd1e0ab5853d7aa67f2e40aae773993","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.0.1.tgz","fileCount":23,"integrity":"sha512-dRbGquh2+UPAx/bK8Fm2VNNhlatgdRl1+wchwyD4a+y2LNKPMLwA1Kaih5+QCV3IXdlF4R1EZazkHRq0ju8jjA==","signatures":[{"sig":"MEUCIFMS1lIQ5K0epbtcFtVtzTdiLWKLmPiXj8XUbfP2OgpcAiEA86PkPM6iycM6OVG/Qns6IrT+4G/l06Zqd2/BmBMIiKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjv7iCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLWBAAnbfQxNmFcDSvCyXVxRbXZGKRUXieaoRXf21QWmoT8laIhenN\r\nh47StJhK6GXtZMZVdOTEfRCs16oL7R1L+IyctoBFO7hz9552H8CING6izhWj\r\nQnm3Q1nj5mKPEjhZc9SshsqiEuIJpEd9ntX7KBU1JHmOXgydSRLX74WOapGP\r\nCTwrtPoK3jAGedcQNwSdSI2v/rIjlDC8sF9HqV61gQJG67CvOjb2HqWXDGpE\r\n+/aC2WgPFd06Dni7xBCyvtTgLW3wR9Il4M3QzkMKEuKeuJOEkhwwEQxKigSY\r\naWoyH4fHHxwjlshNsaGTXLNekiJKXqY/fw0xHcSL2VGMKBR3EktTh4eSpY65\r\nAMkRvEiFgFoikSvOdP3cv+6HT5BRr02sViF+gKAybmXVoXFD2s01ct/vPJtW\r\nrk0ZB/eQ6Xonwy0creSwDXL2JiYIQXzZxoobuf28laKBMFxUMYebh5VgjPbA\r\nyhBvcZa2MufC3Hk5wwJT8xuV1UcWPnNdireRJiMg295fXNtS5KPgaUO+dYc+\r\nt5BQjFpkKwMF821xvXKHH7nFX81e9+pJK3O14NZOZSdHWetXWWdTa/v9jXD8\r\nLUEstZhwVJIilctOtMdbwJdNkj7Y3vn/mN7rshK+FTH20I9GehIZessdoaSR\r\nJNN5omL3V7rkEI7sIiAnUOPBOl4YkHNSVV8=\r\n=jpfF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":[{"import":"./index.mjs","default":"./index.js","require":"./index.js"},"./index.js"],"./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"572f01d2c799830d3bf09a6431ff4d4e893ae775","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && npm run tests-esm","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","tests-esm":"nyc node test/index.mjs","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"9.2.0","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"19.4.0","dependencies":{"es-set":"^1.0.1","is-set":"^2.0.2","call-bind":"^1.0.2","es-abstract":"^1.21.1","get-intrinsic":"^1.1.3","define-properties":"^1.1.4"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.2","nyc":"^10.3.2","tape":"^5.6.1","eslint":"=8.8.0","evalmd":"^0.0.19","es6-shim":"^0.35.7","for-each":"^0.3.3","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.2.3","auto-changelog":"^2.4.0","object-inspect":"^1.12.2","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.0.1"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.0.1_1673508994166_0.1898179485437359","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"set.prototype.isdisjointfrom","version":"1.0.2","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.0.2","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"12262bc7ec87c27011da7c3d8a87848d9ce5998f","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.0.2.tgz","fileCount":23,"integrity":"sha512-WjoD1TacXvcM7BG2KbwpIwq8PpxcKOVt21/a9iwFFM91S28LV299kfITC+1SiPQULMRLWMYRjK1NiYgPicjFVg==","signatures":[{"sig":"MEQCIEhwphhx0cidGwk5iYm91A7/5FEppuktu1Hzq0LsguwBAiBa3U7bU1zYs/LcejRH4t1c+s8lVQNcCvjlrWbgGLxtWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjw6nwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrH+w/9ETzQCqB/VzFzB6/gLSQEiaJPQ2nSTg2h5tMn5FK9dCNEw2xg\r\nSIdo8SV3z9QQzBXXlwcnYvxKyeoDNc49QwcLLJieDgD4ublcZFXplJriWqPQ\r\nKn1fBHTkYnN+QznaFmVO1WBA6q7HKmonM1tdwZQ44SGDE3bpM+9XXi+4H1QI\r\nmjxZo18DSbrz4EqA6SFW/nnSPsTeCx49ksvVKL4BlZNLR/OIWvHrqE2V+zAl\r\ndISWd0jIezMuJdSGUJE/dIOFLclQVck2GVEmjJvmQfazQ05T1cvmNtE69Bwh\r\ntimeUUpYuDNTe4mcvsvx2qOvCa2RvRHZSIV3CEoUvFDtvbWtxTqzswNd8pji\r\nLC4z6VY2IIXFm3o6GJQaPVm9y6xUs+nTv6rOw1czPLaGxtGSDocNEN8prtA9\r\n3Me09DHlvDQrsHt61EBs7sMJiX9OS39u63cmVnXOE1mEbtCqnQdX1estumc3\r\nr/RWk75E20jVGz6FlreFxKx0czpzqVbZOTMEI6sdIsMDoCH4RDcpMi2b8w1v\r\nYxDb8dsmqiCNfo+fM4lhehU1enKtD/2f92E5QaNpCW6EGc/asd/77g6oSEHW\r\nb0ifTVFMiS/WIyMcKXLtdL+tGjI3zOq1dTin0jaRce2/1RN9s8v15lCWPiz5\r\nSCkNY49L9Y8FmHi629kIB/7jzfQE7GUqjOQ=\r\n=sCm9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":[{"import":"./index.mjs","default":"./index.js","require":"./index.js"},"./index.js"],"./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"b8159c62f0d77e878d8b512ead4b8a3d003aa837","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && npm run tests-esm","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","tests-esm":"nyc node test/index.mjs","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"9.2.0","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"19.4.0","dependencies":{"es-set":"^1.1.0","is-set":"^2.0.2","call-bind":"^1.0.2","es-abstract":"^1.21.1","get-intrinsic":"^1.1.3","define-properties":"^1.1.4","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.2","nyc":"^10.3.2","tape":"^5.6.1","eslint":"=8.8.0","evalmd":"^0.0.19","es6-shim":"^0.35.7","for-each":"^0.3.3","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.2.3","auto-changelog":"^2.4.0","object-inspect":"^1.12.3","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.0.1"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.0.2_1673767408373_0.9175862583776861","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"set.prototype.isdisjointfrom","version":"1.1.0","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.1.0","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"1251e85f180afcd41c977025f7d3a1c5fea51ae5","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.1.0.tgz","fileCount":22,"integrity":"sha512-rvMZaIGaHzomG13rRegEhL51CT7PvnI+o4UypuQISNwm9UNJ20FghbDARPmWjzuoKXCliB/Lq65KYDDHfXWzMA==","signatures":[{"sig":"MEYCIQDMMVt6yVQtWT8oInlP+d/2jSEbQVFkDlPHTENLkVfJiwIhANUHZtoMM3os+PP6Q3AegTr/vAi7RqwaHv9S2Pu8WGoZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24447},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":[{"import":"./index.mjs","default":"./index.js","require":"./index.js"},"./index.js"],"./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"cbfdc2e7646123e996e851e3920a87e2b7ddf6f8","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && npm run tests-esm","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","tests-esm":"nyc node test/index.mjs","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"9.7.2","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"20.4.0","dependencies":{"es-set":"^1.1.0","is-set":"^2.0.2","call-bind":"^1.0.2","es-abstract":"^1.22.1","get-intrinsic":"^1.2.1","define-properties":"^1.2.0","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.3","nyc":"^10.3.2","tape":"^5.6.5","eslint":"=8.8.0","evalmd":"^0.0.19","es6-shim":"^0.35.8","for-each":"^0.3.3","npmignore":"^0.3.0","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","object-inspect":"^1.12.3","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.1.0_1689711708766_0.745666049043731","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"set.prototype.isdisjointfrom","version":"1.1.1","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.1.1","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"62275d4e69735fc888fceae43e85c9789779ca0d","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.1.1.tgz","fileCount":22,"integrity":"sha512-xFVZcBzmrgXFkWOIw0YDpWziSQGAiRtsOcq5cQEdvUT04wOCZbjvWWmyVCteDWRsSGaHBkRrBIkoRt2e8TSBmA==","signatures":[{"sig":"MEQCIH7bzxSIQlkAYiSqHTY4BoMVGaXRQQ7z+nhOakuPtGu5AiAf9wQ16O61FEO2lyhLDS5J0ZnMT5RNkqd7GhafT46+cA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30459},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":[{"import":"./index.mjs","default":"./index.js","require":"./index.js"},"./index.js"],"./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"52a6f9fc1e71a81f5ee1a084419d9768a8638fe8","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && npm run tests-esm","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","tests-esm":"nyc node test/index.mjs","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"10.2.5","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"21.4.0","dependencies":{"es-set":"^1.1.1","is-set":"^2.0.2","call-bind":"^1.0.5","es-abstract":"^1.22.3","get-intrinsic":"^1.2.2","define-properties":"^1.2.1","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.4","nyc":"^10.3.2","gopd":"^1.0.1","tape":"^5.7.2","es-map":"^1.0.5","eslint":"=8.8.0","evalmd":"^0.0.19","es6-shim":"^0.35.8","for-each":"^0.3.3","npmignore":"^0.3.1","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","object-inspect":"^1.13.1","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.1.1_1702928596510_0.6878048369831946","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"set.prototype.isdisjointfrom","version":"1.1.2","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.1.2","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"9cc85fae92e3e5560037ca6dd52f77719ce06ba4","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.1.2.tgz","fileCount":22,"integrity":"sha512-Ou14/XZcgvgP29Jh2KSn82rLMQYgYPdenNZteAR14QN9zQE+7xhs5MCTEENbYilY6KHNhxNnHsJUGvrjudD7kQ==","signatures":[{"sig":"MEYCIQDQ+SlS0oHWgp/8RXMHuFXvo+bAtUW0mMyaE4s47nfIjgIhALxGxNabcNeoC5aRatSF/uhfHbHUs4Jr+W3j5urousR9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31789},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":[{"import":"./index.mjs","default":"./index.js","require":"./index.js"},"./index.js"],"./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"6daa5cad5bfe976e78fc050209914743c1ab88dd","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only && npm run tests-esm","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","tests-esm":"nyc node test/index.mjs","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"10.2.4","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"21.6.0","dependencies":{"es-set":"^1.1.1","is-set":"^2.0.2","call-bind":"^1.0.5","es-errors":"^1.0.0","es-abstract":"^1.22.3","define-properties":"^1.2.1","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.4","nyc":"^10.3.2","gopd":"^1.0.1","tape":"^5.7.4","es-map":"^1.0.5","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","npmignore":"^0.3.1","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","object-inspect":"^1.13.1","es-get-iterator":"^1.1.3","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.1.2_1707110961120_0.8431225396803554","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"set.prototype.isdisjointfrom","version":"1.1.3","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.1.3","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"0ac32f9c429713540cf92e8768c42762340953d0","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.1.3.tgz","fileCount":21,"integrity":"sha512-Hpa4vLzEmKN0JB9j5RFke685l3qEPnXBo/Apru1ebwLItDzSvkRyt5FKfj2YE7hN+lIfkGm6+IjB8jbEnaA9Ww==","signatures":[{"sig":"MEUCIQDpkAw9/4Bspj7zjR6a0ZzSxpJoVH2sGt0YeCxjbo0ozQIgE2Yi4dEbX3JvkyaGFOuk0GWVw6ykDL98kLxNggVTkio=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31095},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":"./index.js","./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"f224e2aad2a82b71e87502789a374cd663f90d27","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"10.5.0","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"21.7.0","dependencies":{"es-set":"^1.1.1","is-set":"^2.0.3","call-bind":"^1.0.7","es-errors":"^1.3.0","es-abstract":"^1.23.2","define-properties":"^1.2.1","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.4","nyc":"^10.3.2","gopd":"^1.0.1","tape":"^5.7.5","es-map":"^1.0.5","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","npmignore":"^0.3.1","in-publish":"^2.0.1","@es-shims/api":"^2.4.2","auto-changelog":"^2.4.0","object-inspect":"^1.13.1","es-get-iterator":"^1.1.3","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.1.3_1710966225143_0.9121186122349747","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"set.prototype.isdisjointfrom","version":"1.1.4","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","_id":"set.prototype.isdisjointfrom@1.1.4","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"dist":{"shasum":"65930cc379956ab10652ff76e52002b693a946fd","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.1.4.tgz","fileCount":20,"integrity":"sha512-RXDkHh4RtPMC8ylNsYpLfv5AbtjRY21UgsLz2O4TWsIqpOB57m7Qp3eNHd/CH5titgvsuZGubE9BHcZIuAcb5Q==","signatures":[{"sig":"MEUCIQD8cBn2nHpwGONpttL6OxB1GJfzv3uGgxBRlAGsjCbGywIgXoVv4ZDgiGwo4mrwCEVtYSJpTs8Ex6FWxiWI5hLEzoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31430},"main":"index.js","engines":{"node":">= 0.4"},"exports":{".":"./index.js","./auto":"./auto.js","./shim":"./shim.js","./polyfill":"./polyfill.js","./package.json":"./package.json","./implementation":"./implementation.js"},"funding":{"url":"https://github.com/sponsors/ljharb"},"gitHead":"420055ece70fe5cd4dd4c2bb59b6f74fcdddfb95","scripts":{"lint":"eslint --ext=js,mjs .","test":"npm run tests-only","prelint":"evalmd README.md","prepack":"npmignore --auto --commentLines=autogenerated","pretest":"npm run --silent lint","version":"auto-changelog && git add CHANGELOG.md","postlint":"es-shim-api --bound","posttest":"aud --production","prepublish":"not-in-publish || npm run prepublishOnly","tests-only":"nyc tape 'test/**/*.js'","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","test:native":"nyc node test/native","test:shimmed":"nyc node test/builtin-shimmed","prepublishOnly":"safe-publish-latest"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"testling":{"files":"test/index.js"},"repository":{"url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git","type":"git"},"_npmVersion":"10.5.0","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","directories":{},"_nodeVersion":"21.7.2","dependencies":{"es-set":"^1.1.1","is-set":"^2.0.3","call-bind":"^1.0.7","es-errors":"^1.3.0","es-abstract":"^1.23.3","define-properties":"^1.2.1","stop-iteration-iterator":"^1.0.0"},"publishConfig":{"ignore":[".github/workflows"]},"_hasShrinkwrap":false,"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","hideCredit":true,"unreleased":false,"commitLimit":false,"backfillLimit":false},"devDependencies":{"aud":"^2.0.4","nyc":"^10.3.2","gopd":"^1.0.1","tape":"^5.7.5","es-map":"^1.0.5","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","npmignore":"^0.3.1","in-publish":"^2.0.1","@es-shims/api":"^2.5.0","auto-changelog":"^2.4.0","object-inspect":"^1.13.1","es-get-iterator":"^1.1.3","has-strict-mode":"^1.0.1","es-value-fixtures":"^1.4.2","safe-publish-latest":"^2.0.0","functions-have-names":"^1.2.3","@ljharb/eslint-config":"^21.1.0"},"_npmOperationalInternal":{"tmp":"tmp/set.prototype.isdisjointfrom_1.1.4_1712446259804_0.11696740602760802","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"set.prototype.isdisjointfrom","version":"1.1.5","description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","main":"index.js","exports":{".":"./index.js","./auto":"./auto.js","./polyfill":"./polyfill.js","./implementation":"./implementation.js","./shim":"./shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","tests-only":"nyc tape 'test/**/*.js'","test:shimmed":"nyc node test/builtin-shimmed","test:native":"nyc node test/native","prelint":"evalmd README.md","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git"},"keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","dependencies":{"call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.23.3","es-errors":"^1.3.0","es-set":"^1.1.1","is-set":"^2.0.3","stop-iteration-iterator":"^1.0.0"},"devDependencies":{"@es-shims/api":"^2.5.1","@ljharb/eslint-config":"^21.1.1","auto-changelog":"^2.4.0","encoding":"^0.1.13","es-get-iterator":"^1.1.3","es-map":"^1.0.5","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","functions-have-names":"^1.2.3","gopd":"^1.0.1","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.2","safe-publish-latest":"^2.0.0","tape":"^5.8.1"},"testling":{"files":"test/index.js"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"engines":{"node":">= 0.4"},"publishConfig":{"ignore":[".github/workflows"]},"_id":"set.prototype.isdisjointfrom@1.1.5","gitHead":"8c87be844f4220ac99f3454eac14f1e304b21176","_nodeVersion":"22.8.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-QvZwq9JSevhYdoSiXjuLJ6a4W4EAxZZWoYR6qNeWmHPvDhraDICB/mj/J0U6X97UMA92QvemlWwoq0HxqgIu/g==","shasum":"a6de32bb5e70cd3bb93ba39dfe74607dee99e5eb","tarball":"https://registry.npmjs.org/set.prototype.isdisjointfrom/-/set.prototype.isdisjointfrom-1.1.5.tgz","fileCount":20,"unpackedSize":33412,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEUyAUospF+vATNVdRzmOXKngpmFkSli9iXKCQgRycYGAiEAs/y4KS/erYigYpg0chj2KFjrGs9WoBpUq3D8stES1uY="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/set.prototype.isdisjointfrom_1.1.5_1725989672263_0.5270837497499676"},"_hasShrinkwrap":false}},"time":{"created":"2022-12-05T22:41:16.893Z","modified":"2024-09-10T17:34:32.611Z","1.0.0":"2022-12-05T22:41:17.058Z","1.0.1":"2023-01-12T07:36:34.361Z","1.0.2":"2023-01-15T07:23:28.539Z","1.1.0":"2023-07-18T20:21:48.909Z","1.1.1":"2023-12-18T19:43:16.710Z","1.1.2":"2024-02-05T05:29:21.269Z","1.1.3":"2024-03-20T20:23:45.285Z","1.1.4":"2024-04-06T23:30:59.985Z","1.1.5":"2024-09-10T17:34:32.452Z"},"bugs":{"url":"https://github.com/es-shims/Set.prototype.isDisjointFrom/issues"},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","homepage":"https://github.com/es-shims/Set.prototype.isDisjointFrom#readme","keywords":["javascript","ecmascript","polyfill","shim","Set","Set.prototype.isDisjointFrom","isDisjointFrom","disjoint","es-shim API","es-shims"],"repository":{"type":"git","url":"git+https://github.com/es-shims/Set.prototype.isDisjointFrom.git"},"description":"An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"}],"readme":"# set.prototype.isdisjointfrom <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nES Proposal spec-compliant shim for Set.prototype.isDisjointFrom. Invoke its \"shim\" method to shim `Set.prototype.isDisjointFrom` if it is unavailable or noncompliant.\n\nThis package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment, and complies with the [proposed spec](https://github.com/tc39/proposal-set-methods). When shimmed, it uses [`es-set`](https://npmjs.com/es-set) to shim the `Set` implementation itself if needed.\n\nMost common usage:\n```js\nvar assert = require('assert');\nvar isDisjointFrom = require('set.prototype.isdisjointfrom');\n\nvar set1 = new Set([1, 2]);\nvar set2 = new Set([2, 3]);\nvar set3 = new Set([1]);\n\nassert.equal(isDisjointFrom(set1, set2), false);\nassert.equal(isDisjointFrom(set2, set1), false);\nassert.equal(isDisjointFrom(set1, set3), false);\nassert.equal(isDisjointFrom(set2, set3), true);\nassert.equal(isDisjointFrom(set3, set2), true);\n\nisDisjointFrom.shim();\n\nassert.equal(set1.isDisjointFrom(set2), false);\nassert.equal(set2.isDisjointFrom(set1), false);\nassert.equal(set1.isDisjointFrom(set3), false);\nassert.equal(set2.isDisjointFrom(set3), true);\nassert.equal(set3.isDisjointFrom(set2), true);\n```\n\n## Compatibility\nnode v22 and equivalent versions of Chrome have Set isDisjointFrom, but has a bug with set-like arguments with non-SMI integer sizes.\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n## Set Method Packages\n - [union](https://npmjs.com/set.prototype.union)\n - [intersection](https://npmjs.com/set.prototype.intersection)\n - [difference](https://npmjs.com/set.prototype.difference)\n - [symmetricDifference](https://npmjs.com/set.prototype.symmetricdifference)\n - [isSubsetOf](https://npmjs.com/set.prototype.issubsetof)\n - [isSupersetOf](https://npmjs.com/set.prototype.issupersetof)\n - [isDisjointFrom](https://npmjs.com/set.prototype.isdisjointfrom)\n\n[package-url]: https://npmjs.com/package/set.prototype.isdisjointfrom\n[npm-version-svg]: http://versionbadg.es/es-shims/Set.prototype.isDisjointFrom.svg\n[deps-svg]: https://david-dm.org/es-shims/Set.prototype.isDisjointFrom.svg\n[deps-url]: https://david-dm.org/es-shims/Set.prototype.isDisjointFrom\n[dev-deps-svg]: https://david-dm.org/es-shims/Set.prototype.isDisjointFrom/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/Set.prototype.isDisjointFrom#info=devDependencies\n[testling-svg]: https://ci.testling.com/es-shims/Set.prototype.isDisjointFrom.png\n[testling-url]: https://ci.testling.com/es-shims/Set.prototype.isDisjointFrom\n[npm-badge-png]: https://nodei.co/npm/set.prototype.isdisjointfrom.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/set.prototype.isdisjointfrom.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/set.prototype.isdisjointfrom.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=set.prototype.isdisjointfrom\n[codecov-image]: https://codecov.io/gh/es-shims/Set.prototype.isDisjointFrom/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/es-shims/Set.prototype.isDisjointFrom/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Set.prototype.isDisjointFrom\n[actions-url]: https://github.com/es-shims/Set.prototype.isDisjointFrom/actions\n","readmeFilename":"README.md"}