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

@egjs/react-flicking

Package Overview
Dependencies
Maintainers
7
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/react-flicking - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

18

package.json
{
"name": "@egjs/react-flicking",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/flicking.cjs.js",

@@ -19,14 +19,14 @@ "module": "dist/flicking.esm.js",

"description": "A react component that can easily use @egjs/flicking",
"homepage": "https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking",
"homepage": "https://github.com/naver/egjs-flicking/tree/2.x/packages/react-flicking",
"repository": {
"type": "git",
"url": "https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking"
"url": "https://github.com/naver/egjs-flicking/tree/2.x/packages/react-flicking"
},
"author": {
"name": "NAVER Corp."
},
"namespace": {
"eg": "eg"
},
"license": "MIT",
"name": "NAVER Corp."
},
"namespace": {
"eg": "eg"
},
"license": "MIT",
"dependencies": {

@@ -33,0 +33,0 @@ "@egjs/flicking": "^2.4.2"

@@ -20,3 +20,6 @@ {

"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"typeRoots": [
"node_modules/@types"
],
},

@@ -23,0 +26,0 @@ "include": [

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