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

caterpillar

Package Overview
Dependencies
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caterpillar - npm Package Compare versions

Comparing version 6.3.0-next.1597711409.c59a21e0b3153e48f0cd1df8c649d58c7acd6f67 to 6.3.0-next.1598186397.fa4bbbdc54eb99c01a5737f2f0ad8540f6ce7544

2

edition-es2019/index.js

@@ -22,3 +22,3 @@ 'use strict'

for (var p in m)
if (p !== 'default' && !exports.hasOwnProperty(p))
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
__createBinding(exports, m, p)

@@ -25,0 +25,0 @@ }

@@ -34,3 +34,3 @@ 'use strict'

for (var k in mod)
if (k !== 'default' && Object.hasOwnProperty.call(mod, k))
if (k !== 'default' && Object.prototype.hasOwnProperty.call(mod, k))
__createBinding(result, mod, k)

@@ -37,0 +37,0 @@ __setModuleDefault(result, mod)

@@ -34,3 +34,3 @@ 'use strict'

for (var k in mod)
if (k !== 'default' && Object.hasOwnProperty.call(mod, k))
if (k !== 'default' && Object.prototype.hasOwnProperty.call(mod, k))
__createBinding(result, mod, k)

@@ -37,0 +37,0 @@ __setModuleDefault(result, mod)

@@ -22,3 +22,3 @@ 'use strict'

for (var p in m)
if (p !== 'default' && !exports.hasOwnProperty(p))
if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
__createBinding(exports, m, p)

@@ -25,0 +25,0 @@ }

@@ -34,3 +34,3 @@ 'use strict'

for (var k in mod)
if (k !== 'default' && Object.hasOwnProperty.call(mod, k))
if (k !== 'default' && Object.prototype.hasOwnProperty.call(mod, k))
__createBinding(result, mod, k)

@@ -37,0 +37,0 @@ __setModuleDefault(result, mod)

@@ -34,3 +34,3 @@ 'use strict'

for (var k in mod)
if (k !== 'default' && Object.hasOwnProperty.call(mod, k))
if (k !== 'default' && Object.prototype.hasOwnProperty.call(mod, k))
__createBinding(result, mod, k)

@@ -37,0 +37,0 @@ __setModuleDefault(result, mod)

{
"title": "Caterpillar",
"name": "caterpillar",
"version": "6.3.0-next.1597711409.c59a21e0b3153e48f0cd1df8c649d58c7acd6f67",
"version": "6.3.0-next.1598186397.fa4bbbdc54eb99c01a5737f2f0ad8540f6ce7544",
"description": "Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.",

@@ -13,6 +13,2 @@ "homepage": "https://github.com/bevry/caterpillar",

"debug",
"deno",
"deno-edition",
"deno-entry",
"denoland",
"es2019",

@@ -149,16 +145,2 @@ "log",

}
},
{
"description": "TypeScript source code made to be compatible with Deno",
"directory": "edition-deno",
"entry": "index.ts",
"tags": [
"typescript",
"import",
"deno"
],
"engines": {
"deno": true,
"browsers": true
}
}

@@ -179,3 +161,2 @@ ],

},
"deno": "edition-deno/index.ts",
"browser": "edition-browsers/index.js",

@@ -204,3 +185,3 @@ "module": "edition-browsers/index.js",

"typedoc": "^0.18.0",
"typescript": "^3.9.7",
"typescript": "^4.0.2",
"valid-directory": "^3.1.0",

@@ -207,0 +188,0 @@ "valid-module": "^1.13.0"

@@ -58,8 +58,2 @@ <!-- TITLE/ -->

<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a>
``` typescript
import * as pkg from 'https://unpkg.com/caterpillar@^6.3.0/edition-deno/index.ts'
```
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>

@@ -98,4 +92,3 @@

<li><code>caterpillar/edition-browsers/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 <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>caterpillar/edition-node-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 <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>caterpillar/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>
<li><code>caterpillar/edition-node-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 <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul>

@@ -102,0 +95,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