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

@bemoje/api-util

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bemoje/api-util - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

jest.config.ts

2

dist/index.cjs.js
/*!
* @bemoje/api-util v0.0.8
* @bemoje/api-util v0.0.9
* (c) Benjamin Møller Jensen

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* @bemoje/api-util v0.0.8
* @bemoje/api-util v0.0.9
* (c) Benjamin Møller Jensen

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "@bemoje/api-util",
"version": "0.0.9",
"version": "0.0.10",
"description": "Utilities for working woth APIs.",

@@ -9,7 +9,4 @@ "main": "dist/index.cjs.js",

"scripts": {
"lint": "eslint \"*/**/*.{ts,js,json}\" --fix",
"test": "jest --preset ts-jest",
"build": "rimraf dist && rollup --config ./rollup.config.js --bundleConfigAsCjs",
"docs": "rimraf ../../docs/api-util && typedoc --out ../../docs/api-util --entryPoints src/index.ts",
"prepub": "npm run lint && npm run build && npm run test && npm run docs"
"docs": "rimraf ../../docs/api-util && typedoc --out ../../docs/api-util --entryPoints src/index.ts"
},

@@ -31,4 +28,3 @@ "author": {

"mkdirp": "^3.0.1",
"object-hash": "^3.0.0",
"walkdir": "^0.4.1"
"object-hash": "^3.0.0"
},

@@ -35,0 +31,0 @@ "repository": {

@@ -6,4 +6,26 @@ {

"projectType": "library",
"targets": {},
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["pkg/api-util/**/*.ts"]
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "pkg/api-util/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
}
},
"tags": []
}
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