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

contential

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contential - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

.turbo/turbo-build.log

2

dist/index.d.ts
declare const contential: () => void;
export { contential, contential as default };
export { contential };

@@ -0,9 +1,32 @@

"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
contential: () => contential
});
module.exports = __toCommonJS(src_exports);
var contential = () => {
console.log("Contential");
console.log("contential");
};
var src_default = contential;
export {
contential,
src_default as default
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
contential
});
{
"name": "contential",
"version": "0.0.12",
"description": "Contential TypeScript client",
"author": "Marcel Thomas",
"version": "0.0.13",
"license": "MIT",

@@ -10,13 +8,5 @@ "main": "dist/index.js",

"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
"clean": "rimraf dist",
"build": "npm-run-all clean build:main",
"build:main": "tsup src/index.ts --format cjs,esm --dts",
"lint": "tsc"
},
"dependencies": {},
"private": false,
"devDependencies": {
"@types/node": "^20.4.1",
"eslint": "^7.32.0",
"npm-run-all": "^4.1.5",

@@ -26,16 +16,13 @@ "rimraf": "^5.0.1",

"tsx": "^3.12.7",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contential/contential-ts.git"
},
"keywords": [
"contential",
"ai"
],
"bugs": {
"url": "https://github.com/contential/contential-ts/issues"
},
"homepage": "https://contential.ai"
}
"scripts": {
"dev": "tsup src/index.ts --dts --watch",
"clean": "rimraf dist",
"build": "npm-run-all clean build:main",
"build:main": "tsup src/index.ts --format cjs,esm --dts",
"lint": "eslint \"**/*.ts*\""
}
}
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true,
"noEmit": true
}
"extends": "tsconfig/base.json",
"include": ["."],
"exclude": ["dist", "node_modules"]
}
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