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

@x-python/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@x-python/core - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/x-python.js

16

package.json
{
"name": "@x-python/core",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -18,4 +18,9 @@ "license": "MIT",

"javascript",
"typescript"
"webassembly"
],
"main": "./dist/x-python.umd.cjs",
"module": "./dist/x-python.js",
"unpkg": "./dist/x-python.umd.cjs",
"jsdelivr": "./dist/x-python.umd.cjs",
"types": "./dist/main.d.ts",
"scripts": {

@@ -26,3 +31,3 @@ "dev": "vite",

"build:watch": "tsc && vite build --watch",
"prepublishOnly": "npm run lint && npm run build",
"prepublishOnly": "npm run lint && npm run build && rm -rf ./dist/assets",
"prepare": "husky install"

@@ -41,3 +46,2 @@ },

},
"types": "./dist/main.d.ts",
"files": [

@@ -48,4 +52,4 @@ "dist"

".": {
"import": "./dist/main.ts.js",
"require": "./dist/main.ts.umd.js"
"import": "./dist/x-python.js",
"require": "./dist/x-python.umd.cjs"
}

@@ -52,0 +56,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