Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636394 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel

test/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/test/
1 Items
  • index.js
  • .github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/.github/
    1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/CHANGELOG.md
    140 Views
    0 Comments
    # Changelog

    All notable changes to this project will be documented in this file.

    The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

    ## [v1.0.4](https://github.com/ljharb/side-channel/compare/v1.0.3...v1.0.4) - 2020-12-29
    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/README.md
    133 Views
    0 Comments
    # side-channel
    Store information about any JS value in a side channel. Uses WeakMap if available.

    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/index.js
    125 Views
    0 Comments
    'use strict';

    var GetIntrinsic = require('get-intrinsic');
    var callBound = require('call-bind/callBound');
    var inspect = require('object-inspect');

    var $TypeError = GetIntrinsic('%TypeError%');
    var $WeakMap = GetIntrinsic('%WeakMap%', true);
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/LICENSE
    201 Views
    0 Comments
    Media file
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/side-channel/package.json
    108 Views
    0 Comments
    {
    "name": "side-channel",
    "version": "1.0.4",
    "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
    "main": "index.js",
    "exports": {
    "./package.json": "./package.json",
    ".": [