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

containerjs-api-openfin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

containerjs-api-openfin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/dist/containerjs-api.js

13

package.json
{
"name": "containerjs-api-openfin",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "lib/index.js",
"main": "build/lib/index.js",
"module": "build/es/index.js",
"jsnext:main": "build/es/index.js",
"browser": "build/dist/containerjs-api.js",
"scripts": {
"build": "rimraf dist lib && tsc && copyfiles -f src/notification.html dist && rollup -c",
"clean": "rimraf build",
"build": "npm run clean && npm run build:cjs && npm run build:es && rollup -c && copyfiles -f src/notification.html ./build/dist",
"build:es": "rimraf build/es && tsc -p tsconfig.json -m ES2015 --outdir ./build/es && copyfiles -f src/notification.html ./build/es",
"build:cjs": "rimraf build/lib && tsc -p tsconfig.json -m CommonJS --outdir ./build/lib && copyfiles -f src/notification.html ./build/lib",
"build:umd": "rimraf build/dist && npm run build:es && rollup -c && copyfiles -f src/notification.html ./build/dist",
"test": "npm run build"

@@ -9,0 +16,0 @@ },

export default {
entry: 'lib/index.js',
entry: 'build/es/index.js',
format: 'umd',
moduleName: 'ssf',
dest: 'dist/containerjs-api.js'
dest: 'build/dist/containerjs-api.js'
};

@@ -11,3 +11,3 @@ {

],
"outDir": "./lib",
"outDir": "./build/es",
"allowJs": true,

@@ -14,0 +14,0 @@ "allowSyntheticDefaultImports": true,

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