Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@awsui/collection-hooks

Package Overview
Dependencies
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awsui/collection-hooks - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

dist/cjs/index.d.ts

2

operations.d.ts

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

export { processItems, processSelectedItems } from './dist/operations';
export * from './dist/mjs/operations.js';

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

export { processItems, processSelectedItems } from './dist/operations';
export * from './dist/mjs/operations.js';
{
"name": "@awsui/collection-hooks",
"version": "1.0.12",
"version": "1.0.13",
"type": "module",
"main": "./dist/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"exports": {
".": "./dist/index.js",
"./operations": "./operations.js"
".": {
"require": "./dist/cjs/index.js",
"default": "./dist/mjs/index.js"
},
"./operations": {
"require": "./dist/cjs/operations.js",
"default": "./dist/mjs/operations.js"
}
},
"files": [
"dist",
"operations.js",
"operations.d.ts",
"operations.js"
"package.json",
"README.md"
],

@@ -15,0 +24,0 @@ "peerDependencies": {

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