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

@riotjs/util

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riotjs/util - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

dom.js

@@ -1,2 +0,2 @@

import {dashToCamelCase} from './strings'
import {dashToCamelCase} from './strings.js'

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import {isFunction} from './checks'
import {isFunction} from './checks.js'

@@ -3,0 +3,0 @@ // does simply nothing

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

export * from './binding-types'
export * from './checks'
export * from './constants'
export * from './dom'
export * from './expression-types'
export * from './functions'
export * from './misc'
export * from './objects'
export * from './strings'
export * from './binding-types.js'
export * from './checks.js'
export * from './constants.js'
export * from './dom.js'
export * from './expression-types.js'
export * from './functions.js'
export * from './misc.js'
export * from './objects.js'
export * from './strings.js'

@@ -1,3 +0,3 @@

import {ATTRIBUTE, VALUE} from './expression-types'
import {dashToCamelCase} from './strings'
import {ATTRIBUTE, VALUE} from './expression-types.js'
import {dashToCamelCase} from './strings.js'

@@ -54,2 +54,2 @@ /**

}, {})
}
}
{
"name": "@riotjs/util",
"version": "2.1.2",
"version": "2.1.3",
"description": "Riot.js util functions",

@@ -5,0 +5,0 @@ "main": "index.js",

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