Socket
Socket
Sign inDemoInstall

qbs-core

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qbs-core - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

dist/styles/styles/components/autocomplete.css

7

package.json
{
"name": "qbs-core",
"version": "1.0.12",
"version": "1.0.13",
"description": "React Components",

@@ -9,5 +9,5 @@ "main": "dist/index.js",

"start": "webpack serve --open --mode development",
"build": "tsc",
"build": "tsc && cp -R src/styles dist/styles",
"test": "jest",
"prepublishOnly": " npm run build"
"prepublishOnly": "npm run build"
},

@@ -43,2 +43,3 @@ "repository": {

"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",

@@ -45,0 +46,0 @@ "file-loader": "^6.2.0",

@@ -14,3 +14,3 @@ const path = require('path');

},
{

@@ -42,3 +42,3 @@ test: /\.tsx?$/,

resolve: {
extensions: ['.ts', '.tsx', '.js', '.jsx'],
extensions: ['.ts', '.tsx', '.js', '.jsx', '.css'],
},

@@ -45,0 +45,0 @@ output: {

Sorry, the diff of this file is not supported yet

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