Socket
Socket
Sign inDemoInstall

bootstrap.native-loader

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

6

index.js
const bsn3 = require('bootstrap.native/build-module.js')
const bsn = require('bootstrap.native/build-module-v4.js')
const { getOptions } = require('loader-utils');
let bsn = require('bootstrap.native/build-module-v4.js')
const { getOptions } = require('loader-utils')
module.exports = function () {
this.cacheable = true
const callback = this.async();
const callback = this.async()
const options = getOptions(this) || {}

@@ -9,0 +9,0 @@

{
"name": "bootstrap.native-loader",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/jonathanfleckenstein/bootstrap.native-loader"
},
"description": "Webpack loader for bootstrap.native",

@@ -9,4 +13,6 @@ "main": "index.js",

"devDependencies": {
"babel-eslint": "^8.2.1",
"standard": "^10.0.3"
"bootstrap.native": "^2.0.21",
"memory-fs": "^0.4.1",
"standard": "^10.0.3",
"webpack": "^3.10.0"
},

@@ -13,0 +19,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc