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

commercelayer

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commercelayer - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

.modernizrrc.js

2

package.json
{
"name": "commercelayer",
"version": "1.2.5",
"version": "1.2.6",
"description": "The Official Commerce Layer JS library",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -14,8 +14,3 @@ const path = require('path')

loader: 'webpack-modernizr-loader',
options: {
"feature-detects": [
"cookies"
]
},
test: /empty-alias-file\.js$/
test: /\.modernizrrc$/
}

@@ -26,5 +21,5 @@ ]

alias: {
modernizr$: path.resolve(__dirname, "./empty-alias-file.js")
modernizr$: path.resolve(__dirname, '.modernizrrc')
}
}
}
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