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

carafe

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carafe - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js
/* eslint no-global-assign: 0 */
require = require('@std/esm')(module);
require = require('esm')(module);
const mod = require('./src/index.mjs').default;
module.exports = mod;
{
"name": "carafe",
"version": "0.1.0",
"version": "0.1.1",
"description": "Crazy simple dependency container",

@@ -9,4 +9,4 @@ "module": "index.mjs",

"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"test": "npm run lint && nyc npm run test:only",
"test:only": "node -r @std/esm test/index.mjs"
"test": "npm run lint && npm run test:only",
"test:only": "nyc --require esm node test/index.mjs"
},

@@ -39,7 +39,12 @@ "repository": {

},
"@std/esm": {
"esm": {
"cjs": true
},
"nyc": {
"extension": [
".mjs"
]
},
"dependencies": {
"@std/esm": "^0.26.0"
"esm": "^3.0.17"
},

@@ -46,0 +51,0 @@ "devDependencies": {

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