Socket
Socket
Sign inDemoInstall

js-awe

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-awe - npm Package Compare versions

Comparing version 1.0.46 to 1.0.47

dist/example.html

10

package.json
{
"name": "js-awe",
"version": "1.0.46",
"version": "1.0.47",
"homepage": "https://github.com/josuamanuel/js-awe",

@@ -33,3 +33,2 @@ "author": "josuamanuel@hotmail.com",

"test": "export CONFIG_ENV=Testing && export LOG_LEVEL=SILENT && mocha ./test/**/*.js",
"buildWeb": "rollup -c && ./awkChangenNodePerf.sh",
"buildLib": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup",

@@ -39,3 +38,4 @@ "buildTypes": "tsc -p tsconfig-types.json",

"genAndCopyTypes": "npm run buildTypes && npm run copyMapsAndTypes",
"build": "npm test && npm run buildWeb && npm run buildLib && npm run genAndCopyTypes"
"buildWeb": "rollup -c && ./awkChangenNodePerf.sh && rollup -c rollup.config.min.js",
"build": "npm test && npm run genAndCopyTypes && npm run buildLib && npm run buildWeb"
},

@@ -45,3 +45,3 @@ "license": "MIT",

"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",

@@ -51,3 +51,3 @@ "@rollup/plugin-typescript": "^11.1.2",

"mocha": "^10.2.0",
"rollup": "^3.26.2",
"rollup": "^3.28.1",
"rollup-plugin-node-polyfills": "^0.2.1"

@@ -54,0 +54,0 @@ },

@@ -183,2 +183,3 @@ # js-awe

import { plan } from 'js-awe'
// const { plan } = require('js-awe')

@@ -213,2 +214,3 @@ const getCustomerBalances = plan().build([

import { plan } from 'js-awe'
// const { plan } = require('js-awe')

@@ -215,0 +217,0 @@ const getCustomerBalances = plan().build([

@@ -12,6 +12,5 @@ // rollup.config.js

nodePolyfills(),
//(await import('@rollup/plugin-terser')).default()
],
output: {
file: './dist/js-awe.min.js',
file: './dist/js-awe.js',
format: 'esm'

@@ -18,0 +17,0 @@ },

Sorry, the diff of this file is not supported yet

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

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