New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

siemens

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

siemens

1.development scripts:npm run dev 2.dist scripts:npm run prod animation callback function testAnim(x) { $('#animationSandbox').removeClass().addClass(x + ' animated').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animatione

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

1.development scripts:npm run dev 2.dist scripts:npm run prod animation callback function testAnim(x) { $('#animationSandbox').removeClass().addClass(x + ' animated').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){ $(this).removeClass(); }); };

$(document).ready(function(){ $('.js--triggerAnimation').click(function(e){ e.preventDefault(); var anim = $('.js--animations').val(); testAnim(anim); });

$('.js--animations').change(function(){
  var anim = $(this).val();
  testAnim(anim);
});

});

"Module build failed: Error: /react-template/node_modules/eslint-config-airbnb/rules/react-a11y.js: ESLint configuration is invalid: - Unexpected top-level property "ecmaFeatures"."

You have to edit react-a11y.js and react.js located in ./node_modules/.bin/eslint-config-airbnb/rules/ In react-a11y.js remove:

ecmaFeatures: { jsx: true }, and replace it with:

parserOptions: { ecmaFeatures: { jsx: true, }, }, In react.js just remove:

ecmaFeatures: { jsx: true },

#https://at.alicdn.com/t/

FAQs

Package last updated on 13 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts