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

@cuaklabs/iocuak-common

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cuaklabs/iocuak-common - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

lib/cjs/common/actions/mapIterator.d.ts

6

CHANGELOG.md
# Changelog
## 0.3.0 - 2023-02-24
### Minor Changes
- 68e1657: Provide both `esm` and `cjs` modules.
## 0.2.0 - 2023-02-05

@@ -4,0 +10,0 @@

37

package.json
{
"name": "@cuaklabs/iocuak-common",
"version": "0.2.0",
"version": "0.3.0",
"description": "Common models for iocuak",
"main": "lib/index.js",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"exports": {
".": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
}
},
"repository": {

@@ -22,10 +29,10 @@ "type": "git",

"devDependencies": {
"@jest/globals": "29.4.1",
"@stryker-mutator/core": "6.3.1",
"@stryker-mutator/jest-runner": "6.3.1",
"@stryker-mutator/typescript-checker": "6.3.1",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"eslint": "8.33.0",
"@jest/globals": "29.4.3",
"@stryker-mutator/core": "6.4.1",
"@stryker-mutator/jest-runner": "6.4.1",
"@stryker-mutator/typescript-checker": "6.4.1",
"@types/node": "18.14.1",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"eslint": "8.34.0",
"eslint-import-resolver-typescript": "3.5.3",

@@ -35,5 +42,6 @@ "eslint-plugin-import": "2.26.0",

"eslint-plugin-prettier": "4.2.1",
"jest": "29.4.1",
"prettier": "2.8.3",
"jest": "29.4.3",
"prettier": "2.8.4",
"rimraf": "4.1.2",
"rollup": "3.17.2",
"ts-jest": "29.0.5",

@@ -49,4 +57,7 @@ "ts-node": "10.9.1",

"scripts": {
"build": "tsc --build tsconfig.json",
"build": "pnpm run build:cjs && pnpm run build:esm",
"build:cjs": "tsc --build tsconfig.cjs.json && pnpm exec iocuak-ts-package-cjs ./lib/cjs",
"build:esm": "pnpm run bundle:esm && pnpm exec iocuak-ts-package-esm ./lib/esm",
"build:clean": "rimraf lib",
"bundle:esm": "pnpm exec rollup -c ./rollup.config.mjs",
"format": "prettier --write ./src/**/*.ts",

@@ -53,0 +64,0 @@ "lint": "eslint --ext ts --ignore-path .gitignore ./src",

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