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

@b9g/crank

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@b9g/crank - npm Package Compare versions

Comparing version 0.5.0-beta.1 to 0.5.0-debug.0

mod.cjs

26

package.json
{
"name": "@b9g/crank",
"version": "0.5.0-beta.1",
"version": "0.5.0-debug.0",
"description": "Write JSX-driven components with functions, promises and generators.",

@@ -17,4 +17,4 @@ "homepage": "https://crank.js.org",

".": {
"import": "./index.js",
"require": "./index.cjs"
"import": "./mod.js",
"require": "./mod.cjs"
},

@@ -45,9 +45,9 @@ "./crank": {

},
"./index": {
"import": "./index.js",
"require": "./index.cjs"
"./mod": {
"import": "./mod.js",
"require": "./mod.cjs"
},
"./index.js": {
"import": "./index.js",
"require": "./index.cjs"
"./mod.js": {
"import": "./mod.js",
"require": "./mod.cjs"
},

@@ -70,5 +70,5 @@ "./package.json": "./package.json",

},
"main": "index.cjs",
"module": "index.js",
"types": "index.d.ts",
"main": "mod.cjs",
"module": "mod.js",
"types": "mod.d.ts",
"devDependencies": {

@@ -97,2 +97,2 @@ "@arkweid/lefthook": "^0.7.7",

}
}
}
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