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

jsinc

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsinc - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

index.js.save

6

package.json

@@ -5,3 +5,3 @@ {

"description": "Include non module javascript file as module",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "http://github.com/shimondoodkin/jsinc",

@@ -17,5 +17,3 @@ "repository": {

"devDependencies": {},
"scripts": {
"test": "test.js"
}
"scripts": {}
}

@@ -49,1 +49,9 @@ if(!('Array' in window)) console.log('no Array');

console.log(foo);
console.log(window.foo);
function windowfootest()
{
window.foo2='setting a variable to the window is the same as setting a variable to this';
console.log(foo2);
console.log(window.foo2);
}
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