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

@owlprotocol/crud-redux

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@owlprotocol/crud-redux

1.2.0
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

Typescript Starter

Typescript starter project.

package.json

Exports are defined as below

{
  "type": "module",
  "main": "./lib/cjs/index.cjs",
  "module": "./lib/esm/index.mjs",
  "types": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "require": "./lib/cjs/index.js",
      "import": "./lib/esm/index.js"
    }
}
  • type: "module": By default we use ESM Modules
  • lib/esm: ESM built output
  • lib/cjs: CJS build output
  • lib/types: Typescript types
  • No minified bundles are provided as these are left to frameworks to bundle.

FAQs

Package last updated on 11 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts