Socket
Socket
Sign inDemoInstall

saxen

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saxen - npm Package Compare versions

Comparing version 7.0.1 to 8.0.0

dist/index.esm.js

7

CHANGELOG.md

@@ -9,2 +9,9 @@ # Changelog

## 8.0.0
### Breaking Changes
* `CHORE`: rename ES module to `dist/index.esm.js` for improved bundler compatibility
* `FIX`: drop `browser` field for better interoperability with module bundlers
## 7.0.1

@@ -11,0 +18,0 @@

7

package.json

@@ -9,3 +9,3 @@ {

"test": "mocha test/index.js",
"test-coverage": "NO_PERF=1 nyc --check-coverage --statements 95 npm test",
"test-coverage": "NO_PERF=1 nyc --check-coverage --branches 95 -r text -r html npm test",
"test-perf": "node test/perf"

@@ -19,6 +19,5 @@ },

],
"version": "7.0.1",
"version": "8.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"browser": "./dist/saxen.umd.js",
"module": "./dist/index.esm.js",
"bugs": {

@@ -25,0 +24,0 @@ "url": "https://github.com/nikku/saxen/issues"

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