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

clientside-require

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clientside-require - npm Package Compare versions

Comparing version 3.8.3 to 3.9.1

demo/_dev/lib/config.sh

15

package.json
{
"name": "clientside-require",
"version": "3.8.3",
"version": "3.9.1",
"description": "require() modules, js, css, html, and json in the browser with as little effort as loading jquery",
"main": "src/index.js",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "browserify src/index.js -o dist/bundle.js",
"test": "mocha"
},

@@ -31,3 +32,9 @@ "repository": {

"author": "UladKasach",
"license": "AGPL-3.0"
"license": "AGPL-3.0",
"devDependencies": {
"browserify": "^16.1.1",
"jsdom": "^11.6.2",
"mocha": "^5.0.4",
"xmlhttprequest": "^1.8.0"
}
}
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