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

pluginclerk

Package Overview
Dependencies
Maintainers
2
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 3.0.0 to 3.1.0-next.1575916970.ae735e286a82aa6e1c4990900087ef1e522fce46

edition-node-12/index.js

4

HISTORY.md
# History
## v3.1.0 2019 December 10
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.0.0 2019 December 9

@@ -4,0 +8,0 @@

32

package.json
{
"name": "pluginclerk",
"version": "3.0.0",
"version": "3.1.0-next.1575916970.ae735e286a82aa6e1c4990900087ef1e522fce46",
"description": "A clerk for retrieving compatible plugins from the npm database",

@@ -76,4 +76,4 @@ "homepage": "https://github.com/bevry/pluginclerk",

{
"description": "typescript compiled for node.js 13 with require for modules",
"directory": "edition-node-13",
"description": "typescript compiled for node.js 12 with require for modules",
"directory": "edition-node-12",
"entry": "index.js",

@@ -85,3 +85,3 @@ "tags": [

"engines": {
"node": "10 || 12 || 13",
"node": "10 || 12",
"browsers": false

@@ -93,5 +93,5 @@ }

"type": "commonjs",
"main": "edition-node-13/index.js",
"main": "edition-node-12/index.js",
"dependencies": {
"cachely": "^3.0.0",
"cachely": "^3.1.0",
"fetch-h2": "^2.2.2",

@@ -108,11 +108,11 @@ "semver": "^6.3.0"

"@babel/preset-typescript": "^7.7.4",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"assert-helpers": "^5.7.0",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"assert-helpers": "^5.8.0",
"babel-plugin-add-module-exports": "^1.0.2",
"eslint": "^6.7.2",
"eslint-config-bevry": "^2.2.0",
"eslint-config-bevry": "^2.3.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"kava": "^4.3.0",
"kava": "^4.4.0",
"prettier": "^1.19.1",

@@ -127,4 +127,4 @@ "projectz": "^1.15.0",

"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-node-13",
"our:compile:edition-node-13": "env BABEL_ENV=edition-node-13 babel --extensions \".ts,.tsx\" --out-dir ./edition-node-13 ./source",
"our:compile": "npm run our:compile:edition-node-12",
"our:compile:edition-node-12": "env BABEL_ENV=edition-node-12 babel --extensions \".ts,.tsx\" --out-dir ./edition-node-12 ./source",
"our:deploy": "echo no need for this project",

@@ -149,3 +149,3 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",

"our:verify:typescript": "tsc --noEmit --project tsconfig.json",
"test": "node ./edition-node-13/test.js"
"test": "node ./edition-node-12/test.js"
},

@@ -163,3 +163,3 @@ "eslintConfig": {

"env": {
"edition-node-13": {
"edition-node-12": {
"sourceType": "module",

@@ -171,3 +171,3 @@ "presets": [

"targets": {
"node": "13"
"node": "12"
},

@@ -174,0 +174,0 @@ "modules": "commonjs"

@@ -51,4 +51,4 @@ <!-- TITLE/ -->

<ul><li><code>pluginclerk/source/index.ts</code> is typescript source code with import for modules</li>
<li><code>pluginclerk</code> aliases <code>pluginclerk/edition-node-13/index.js</code></li>
<li><code>pluginclerk/edition-node-13/index.js</code> is typescript compiled for node.js 13 with require for modules</li></ul>
<li><code>pluginclerk</code> aliases <code>pluginclerk/edition-node-12/index.js</code></li>
<li><code>pluginclerk/edition-node-12/index.js</code> is typescript compiled for node.js 12 with require for modules</li></ul>

@@ -55,0 +55,0 @@ <!-- /INSTALL -->

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