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

h5p-lib-controls

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h5p-lib-controls - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "h5p-lib-controls",
"version": "0.0.1",
"version": "0.0.2",
"description": "Library for adding user input to web applications",

@@ -8,4 +8,3 @@ "scripts": {

"build": "webpack",
"watch": "webpack --watch",
"dev": "lite-server"
"watch": "webpack --watch"
},

@@ -33,3 +32,2 @@ "keywords": [

"karma-webpack": "^2.0.2",
"lite-server": "^2.2.2",
"resolve-url-loader": "^2.0.2",

@@ -36,0 +34,0 @@ "url-loader": "^0.5.8",

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

import {attributeEquals, hasAttribute, setAttribute} from 'utils/elements';
import {compose, forEach, filter, some, curry} from 'utils/functional';
import {attributeEquals, hasAttribute, setAttribute} from 'h5p-sdk/src/scripts/utils/elements';
import {compose, forEach, filter, some, curry} from 'h5p-sdk/src/scripts/utils/functional';

@@ -4,0 +4,0 @@ /**

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

import {setAttribute, hasAttribute} from 'utils/elements';
import {compose, forEach, filter} from 'utils/functional';
import {setAttribute, hasAttribute} from 'h5p-sdk/src/scripts/utils/elements';
import {compose, forEach, filter} from 'h5p-sdk/src/scripts/utils/functional';

@@ -4,0 +4,0 @@ /**

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

import {setAttribute, removeAttribute, attributeEquals} from 'utils/elements';
import {setAttribute, removeAttribute, attributeEquals} from 'h5p-sdk/src/scripts/utils/elements';

@@ -3,0 +3,0 @@ export default class Choice {

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

import { setAttribute, removeAttribute, hasAttribute } from 'utils/elements';
import { forEach, without } from 'utils/functional';
import { setAttribute, removeAttribute, hasAttribute } from 'h5p-sdk/src/scripts/utils/elements';
import { forEach, without } from 'h5p-sdk/src/scripts/utils/functional';
import { Eventful } from './mixins/eventful';

@@ -4,0 +4,0 @@

@@ -6,3 +6,2 @@ const path = require('path');

devtool: 'inline-source-map',
output: {

@@ -13,8 +12,2 @@ path: path.join(__dirname, 'dist'),

},
resolve: {
modules: [
path.resolve('./src'),
path.resolve('./node_modules/h5p-sdk/src/scripts')
]
},
module: {

@@ -21,0 +14,0 @@ rules: [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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