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

rapiq

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapiq - npm Package Compare versions

Comparing version 0.6.6 to 0.7.0

dist/build/index.d.ts

38

package.json
{
"name": "rapiq",
"version": "0.6.6",
"version": "0.7.0",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [

@@ -56,3 +64,3 @@ "dist/"

"dependencies": {
"smob": "^0.0.7"
"smob": "^0.1.0"
},

@@ -64,14 +72,11 @@ "devDependencies": {

"@commitlint/cz-commitlint": "^17.4.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@tada5hi/eslint-config-typescript": "^1.1.0",
"@swc/core": "^1.3.29",
"@tada5hi/eslint-config-typescript": "^1.1.1",
"@tada5hi/tsconfig": "^0.3.0",
"@types/jest": "^27.5.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.11.18",

@@ -82,9 +87,8 @@ "cross-env": "^7.0.3",

"jest": "^27.5.1",
"rimraf": "^4.1.1",
"rollup": "^3.10.0",
"rollup-plugin-esbuild": "^5.0.0",
"semantic-release": "^20.0.2",
"rimraf": "^4.1.2",
"rollup": "^3.11.0",
"semantic-release": "^19.0.5",
"ts-jest": "^27.1.4",
"typescript": "^4.9.4",
"vitepress": "^1.0.0-alpha.38",
"vitepress": "^1.0.0-alpha.40",
"vue": "^3.2.45"

@@ -91,0 +95,0 @@ },

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