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

@hifi/react-tos-modal

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hifi/react-tos-modal - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

2

dist/index.d.ts

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

export * from "./TosModal";
export * as TosModal from "./TosModal";
//# sourceMappingURL=index.d.ts.map

@@ -13,6 +13,16 @@ "use strict";

}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./TosModal"), exports);
exports.TosModal = void 0;
exports.TosModal = __importStar(require("./TosModal"));
{
"name": "@hifi/react-tos-modal",
"description": "A React modal for displaying terms of service at the start of a session",
"version": "1.0.1",
"version": "1.0.3",
"author": {

@@ -32,3 +32,2 @@ "name": "Hifi",

"shx": "^0.3.4",
"styled-components": "^5.3.6",
"ts-node": "^10.9.1",

@@ -68,3 +67,6 @@ "typescript": "^4.7.4"

},
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"dependencies": {
"styled-components": "^5.3.6"
}
}

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