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

@squiz/resource-browser-ui-lib

Package Overview
Dependencies
Maintainers
52
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squiz/resource-browser-ui-lib - npm Package Compare versions

Comparing version 0.1.0-rc.0 to 0.1.1-rc.0

.npm/_logs/2024-05-03T01_23_50_604Z-debug-0.log

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.1.1-rc.0](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser-ui-lib@0.1.0-rc.0...@squiz/resource-browser-ui-lib@0.1.1-rc.0) (2024-05-03)
**Note:** Version bump only for package @squiz/resource-browser-ui-lib
# 0.1.0-rc.0 (2024-05-02)

@@ -8,0 +12,0 @@

1

lib/index.js

@@ -19,2 +19,1 @@ "use strict";

__exportStar(require("./LayoutGrid/LayoutGrid"), exports);
//# sourceMappingURL=index.js.map

@@ -18,2 +18,1 @@ "use strict";

exports.LayoutGrid = LayoutGrid;
//# sourceMappingURL=LayoutGrid.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "@squiz/resource-browser-ui-lib",
"version": "0.1.0-rc.0",
"version": "0.1.1-rc.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "npm run test:unit",
"test:unit": "jest",
"compile": "npm run compile:styles && npm run compile:code",
"compile:code": "tsc",
"compile:styles": "node build.js",
"storybook": "storybook dev -p 6006"
"clean": "rimraf ./lib",
"storybook": "storybook dev -p 6006",
"test": "jest",
"test:watch": "jest --watch"
},

@@ -38,4 +39,4 @@ "dependencies": {

"postcss-prefix-selector": "^1.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"storybook": "^8.0.8",

@@ -51,5 +52,5 @@ "ts-jest": "^29.1.2",

"volta": {
"node": "18.15.0"
"node": "18.18.0"
},
"gitHead": "589cbb8145a60a7a5008c1e2b0fa7fe89490d0d7"
"gitHead": "87ace2ba83f2520c716e3b792dd512f133f78dd1"
}

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

# Resource Browser UI Lib
# `@squiz/resource-browser-ui-lib`
> Package contains sds molecules used to build more complex web components.
> TODO: description
## Usage
```
const resourceBrowserUiLib = require('@squiz/resource-browser-ui-lib');
// TODO: DEMONSTRATE API
```
{
"compilerOptions": {
"jsx": "react",
"incremental": true,
"target": "es2019",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"composite": true,
"target": "ESNext",
"useDefineForClassFields": true,
"experimentalDecorators": true,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "CommonJS",
"moduleResolution": "node",
"baseUrl": "./",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["jest", "node"],
"outDir": "lib/",
"rootDir": "./src",
"experimentalDecorators": true
"isolatedModules": true,
"jsx": "react",
"declaration": true,
"outDir": "./lib"
},
"include": ["src/**/*.ts*", "src/**/*.json"],
"exclude": ["**/*/jest.config.ts", "**/*/lib/*", "**/node_modules/**"]
"files": [
"./src/index.ts"
]
}
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