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

basic-loading

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-loading - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

cjs/component/DotBasic.d.ts

16

package.json
{
"name": "basic-loading",
"version": "0.0.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"version": "0.0.6",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"import": "./esm/index.js",
"require": "./cjs/index.js"
}

@@ -30,3 +30,7 @@ },

},
"scripts": {},
"scripts": {
"build": "npm run build:cjs & npm run build:esm",
"build:cjs": "tsc --p ./cjs/tsconfig.json",
"build:esm": "tsc --p ./esm/tsconfig.json"
},
"browserslist": {

@@ -33,0 +37,0 @@ "production": [

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