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

@cuaklabs/iocuak-models-api

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-models-api - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

lib/cjs/binding/models/api/BaseBindingApi.d.ts

15

CHANGELOG.md
# Changelog
## 0.1.2
## 0.2.0 - 2023-02-24
### Minor Changes
- 50222df: Provided both `esm` and `cjs` modules.
### Patch Changes
- Updated dependencies [68e1657]
- Updated dependencies [d69f4d4]
- @cuaklabs/iocuak-common@0.3.0
- @cuaklabs/iocuak-models@0.2.0
## 0.1.2 - 2023-02-05
### Patch Changes
- Updated dependencies [c4861bc]

@@ -8,0 +21,0 @@ - Updated dependencies [42198a4]

34

package.json
{
"name": "@cuaklabs/iocuak-models-api",
"version": "0.1.2",
"version": "0.2.0",
"description": "Binding modules 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,11 +29,10 @@ "type": "git",

"dependencies": {
"@cuaklabs/iocuak-common": "0.2.0",
"@cuaklabs/iocuak-models": "0.1.2"
"@cuaklabs/iocuak-common": "0.3.0",
"@cuaklabs/iocuak-models": "0.2.0"
},
"devDependencies": {
"@jest/globals": "29.4.1",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"eslint": "8.33.0",
"@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",

@@ -36,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",

@@ -50,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",

@@ -54,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