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

pluginclerk

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pluginclerk - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0-next.1700570398.6f9eb64057464bc48a6fb5bfbaaafe907b0a94d1

edition-types/index.d.ts

6

edition-deno/index.ts
// Import
import Cachely from 'https://unpkg.com/cachely@^6.3.0/edition-deno/index.ts'
import versionRange from 'https://unpkg.com/version-range@^4.2.0/edition-deno/index.ts'
import wait from 'https://unpkg.com/@bevry/wait@^2.1.0/edition-deno/index.ts'
import Cachely from 'https://unpkg.com/cachely@^6.4.0/edition-deno/index.ts'
import versionRange from 'https://unpkg.com/version-range@^4.3.0/edition-deno/index.ts'
import wait from 'https://unpkg.com/@bevry/wait@^2.2.0/edition-deno/index.ts'

@@ -6,0 +6,0 @@ type Versions = { [name: string]: string | number }

{
"name": "pluginclerk",
"version": "6.1.0",
"version": "6.2.0-next.1700570398.6f9eb64057464bc48a6fb5bfbaaafe907b0a94d1",
"description": "A clerk for retrieving compatible plugins from the npm database",

@@ -125,2 +125,13 @@ "homepage": "https://github.com/bevry/pluginclerk",

{
"description": "TypeScript compiled Types with Import for modules",
"directory": "edition-types",
"entry": "index.d.ts",
"tags": [
"compiled",
"types",
"import"
],
"engines": false
},
{
"description": "TypeScript source code made to be compatible with Deno",

@@ -140,3 +151,3 @@ "directory": "edition-deno",

],
"types": "./compiled-types/",
"types": "edition-types/index.d.ts",
"type": "module",

@@ -146,2 +157,3 @@ "main": "edition-es2022/index.js",

"node": {
"types": "./edition-types/index.d.ts",
"import": "./edition-es2022-esm/index.js",

@@ -153,17 +165,17 @@ "require": "./edition-es2022/index.js"

"dependencies": {
"@bevry/wait": "^2.1.0",
"cachely": "^6.3.0",
"version-range": "^4.2.0"
"@bevry/wait": "^2.2.0",
"cachely": "^6.4.0",
"version-range": "^4.3.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.4.0",
"@types/node": "^20.9.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"assert-helpers": "^11.5.0",
"eslint": "^8.54.0",
"eslint-config-bevry": "^5.0.0",
"eslint-config-bevry": "^5.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.2.0",
"kava": "^7.3.0",
"make-deno-edition": "^1.3.0",

@@ -179,7 +191,7 @@ "prettier": "^3.1.0",

"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es2022 && npm run our:compile:edition-es2022-esm && npm run our:compile:types",
"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es2022 && npm run our:compile:edition-es2022-esm && npm run our:compile:edition-types",
"our:compile:deno": "make-deno-edition --attempt",
"our:compile:edition-es2022": "tsc --module commonjs --target ES2022 --outDir ./edition-es2022 --project tsconfig.json && ( test ! -d edition-es2022/source || ( mv edition-es2022/source edition-temp && rm -rf edition-es2022 && mv edition-temp edition-es2022 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2022/package.json",
"our:compile:edition-es2022-esm": "tsc --module ESNext --target ES2022 --outDir ./edition-es2022-esm --project tsconfig.json && ( test ! -d edition-es2022-esm/source || ( mv edition-es2022-esm/source edition-temp && rm -rf edition-es2022-esm && mv edition-temp edition-es2022-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es2022-esm/package.json",
"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -rf compiled-types && mv edition-temp compiled-types ) )",
"our:compile:edition-types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir ./edition-types --project tsconfig.json && ( test ! -d edition-types/source || ( mv edition-types/source edition-temp && rm -rf edition-types && mv edition-temp edition-types ) )",
"our:deploy": "printf '%s\n' 'no need for this project'",

@@ -219,2 +231,2 @@ "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",

}
}
}

@@ -178,3 +178,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/pluginclerk@^6.1.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/pluginclerk@^6.2.0/edition-deno/index.ts'
```

@@ -190,2 +190,3 @@

<li><code>pluginclerk/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 18 || 20 || 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>pluginclerk/edition-types/index.d.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled Types with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>pluginclerk/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>

@@ -192,0 +193,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