New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cox-postposition

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cox-postposition - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

index.d.ts

10

package.json
{
"name": "cox-postposition",
"version": "1.3.0",
"version": "1.4.0",
"description": "한글, 영문, 숫자에 대한 한글 조사를 처리하는 Javascript Library 입니다.",
"main": "src/postposition.js",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js",
"pre-build": "eslint --fix src/postposition.js",
"build": "npm run pre-build && webpack && npm run test"
"post-build": "node ./build/post-build",
"build": "npm run pre-build && webpack && npm run post-build && npm run test"
},

@@ -49,3 +50,4 @@ "keywords": [

"webpack-cli": "^3.3.2"
}
},
"typings": "./index.d.ts"
}

3

README.md

@@ -51,3 +51,4 @@ # cox.postposition

```js
const postposition = require('cox-postposition/dist/cox.postposition.min.js');
//const postposition = require('cox-postposition/dist/cox.postposition.min.js');
const postposition = require('cox-postposition/umd');

@@ -54,0 +55,0 @@ const kor = postposition.put('고양이', '을');

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