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

@vime-js/utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vime-js/utils - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.6.0](https://github.com/vime-js/vime/tree/master/packages/vime-utils/compare/v1.5.1...v1.6.0) (2020-04-26)
### Features
* replace unpkg with jsdelivr for faster loads ([a80398f](https://github.com/vime-js/vime/tree/master/packages/vime-utils/commit/a80398ff6dc45ba28d88566585b73c57eedd7d82))
# [1.5.0](https://github.com/vime-js/vime/tree/master/packages/vime-utils/compare/v1.4.4...v1.5.0) (2020-04-12)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@vime-js/utils",
"description": "Vime utilities",
"version": "1.5.0",
"version": "1.6.0",
"module": "src/index.js",

@@ -28,3 +28,3 @@ "sideEffects": false,

},
"gitHead": "72ab058f69124f6777a141bc5a6f99f0c6f82260"
"gitHead": "b2581abe01184ff4052f70362e247f40606eeb7e"
}

@@ -7,3 +7,3 @@ import { load_script, load_image } from '../load';

// Arbitrary lightweight script.
const src = 'https://unpkg.com/mitt/dist/mitt.umd.js';
const src = 'https://cdn.jsdelivr.net/npm/mitt';

@@ -10,0 +10,0 @@ beforeEach(() => {

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