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.37 to 1.0.38

2

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

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

@@ -31,6 +31,8 @@ # js-awe

<script type="module">
import { firstCapital} from './js-awe.min.js'
import { firstCapital } from './js-awe.min.js';
document.write(firstCapital("library is loaded correctly..."));
const newDiv = document.createElement('div');
newDiv.innerText = firstCapital('library is loaded correctly...');
document.body.appendChild(newDiv);
</script>

@@ -37,0 +39,0 @@ </body>

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