Socket
Socket
Sign inDemoInstall

circletype

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circletype - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.babelrc

17

bower.json
{
"name": "circletype.js",
"version": "1.0.0",
"version": "2.0.0",
"keywords": [

@@ -16,3 +16,3 @@ "js",

],
"description": "A jQuery plugin that lets you curve type on the web",
"description": "A JavaScript library that lets you curve type on the web",
"repository": {

@@ -23,8 +23,6 @@ "type": "git",

"main": [
"js/circletype.js",
"js/circletype.min.js"
"src/circletype.js",
"dist/circletype.min.js"
],
"ignore": [
"js/vendor",
"js/plugins.js",
"sass",

@@ -37,7 +35,4 @@ "stylesheets",

],
"dependencies": {
"jquery": ">= 1.9.0",
"letteringjs": ">= 0.6.1"
},
"license": "MIT"
"license": "MIT",
"dependencies": {}
}
{
"name": "circletype",
"version": "1.0.0",
"description": "A jQuery plugin that lets you curve type on the web",
"main": "js/circletype.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.0",
"description": "A JavaScript libarary that lets you curve type on the web",
"main": "src/circletype.js",
"scripts": {},
"repository": {

@@ -14,8 +12,6 @@ "type": "git",

"keywords": [
"curved",
"text",
"curved",
"type",
"circular",
"text",
"circletype",
"curved text",
"curved type",
"circular text",
"typography",

@@ -29,3 +25,18 @@ "jquery"

},
"homepage": "https://github.com/peterhry/CircleType#readme"
"homepage": "https://github.com/peterhry/CircleType#readme",
"dependencies": {},
"devDependencies": {
"babel": "6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-env": "^1.6.0",
"eslint": "4.4.1",
"eslint-config-airbnb": "15.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.2.0",
"webpack": "^3.5.3"
}
}

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

CircleType
========
# CircleType

@@ -8,1 +7,13 @@ A jQuery plugin that lets you curve type on the web

## Installation
**npm**
```
npm i circletype --save
```
**bower**
```
bower i circletype.js --save
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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