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

atom-ui-lib

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-ui-lib - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

10

package.json
{
"name": "atom-ui-lib",
"version": "0.0.3",
"version": "0.0.4",
"private": false,

@@ -10,3 +10,6 @@ "main": "dist/UI.js",

"build": "rm -rf dist/ && ./node_modules/typescript/bin/tsc ",
"build-browser": "./node_modules/.bin/webpack --entry ./src/browser.js --output-path ./browser --output-filename bundle.js --verbose --profile --display-modules "
"pullall" : "dev-env-installer pullall",
"buildall" : "dev-env-installer buildall",
"testall" : "dev-env-installer testall",
"devInstall": "dev-env-installer install"
},

@@ -35,4 +38,5 @@ "dependencies": {

"webpack": "^1.3.7",
"json-loader":"^0.5.1"
"json-loader":"^0.5.1",
"dev-env-installer":"^0.0.2"
}
}

@@ -8,3 +8,3 @@ {

"moduleResolution": "node",
"removeComments": true,
"removeComments": false,
"sourceMap": true,

@@ -11,0 +11,0 @@ "outDir":"dist/"

Sorry, the diff of this file is too big to display

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