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.12 to 0.0.13

9

package.json
{
"name": "basic-loading",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"main": "dist/cjs/index.js",

@@ -31,5 +32,5 @@ "module": "dist/esm/index.js",

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

@@ -36,0 +37,0 @@ "browserslist": {

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