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

js-awe

Package Overview
Dependencies
Maintainers
1
Versions
78
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.47 to 1.0.48

dist/browser/example.html

2

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

@@ -5,0 +5,0 @@ "author": "josuamanuel@hotmail.com",

@@ -37,3 +37,3 @@ # js-awe

<https://raw.githubusercontent.com/josuamanuel/js-awe/main/dist/js-awe.min.js>
<https://raw.githubusercontent.com/josuamanuel/js-awe/main/dist/browser/js-awe.min.js>

@@ -348,3 +348,3 @@ Then copy it in your project and work with it in your html:

* This will build for nodeJs in ./dist with support for Module Es in mjs folder and commonjs in cjs.
* Build for web in dist/js-awe.min.js
* Build for web in dist/browser/js-awe.min.js
* generate types and copy them to genTypes folder. see more details below

@@ -351,0 +351,0 @@

@@ -14,3 +14,3 @@ // rollup.config.js

output: {
file: './dist/js-awe.js',
file: './dist/browser/js-awe.js',
format: 'esm'

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

@@ -5,7 +5,7 @@ // rollup.config.js

export default (async () => ({
input: './dist/js-awe.js',
input: './dist/browser/js-awe.js',
plugins: [
],
output: {
file: './dist/js-awe.min.js',
file: './dist/browser/js-awe.min.js',
format: 'esm',

@@ -12,0 +12,0 @@ plugins:[terser()]

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