🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

curriable

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

curriable - npm Package Compare versions

Comparing version

to
1.2.2

index.d.ts

4

CHANGELOG.md
# curriable CHANGELOG
## 1.2.2
- Fix exported typings
## 1.2.1

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

7

package.json

@@ -55,3 +55,2 @@ {

"build": "NODE_ENV=production rollup -c",
"build:types": "cp src/types.ts dist/index.d.ts",
"clean": "rimraf dist",

@@ -62,3 +61,3 @@ "dev": "NODE_ENV=development webpack-dev-server --progress --colors --config=webpack/webpack.config.js",

"prepublish": "if in-publish; then npm run prepublish:compile; fi",
"prepublish:compile": "npm run lint && npm run test:coverage && npm run clean && npm run build && npm run build:types",
"prepublish:compile": "npm run lint && npm run test:coverage && npm run clean && npm run build",
"start": "npm run dev",

@@ -70,4 +69,4 @@ "test": "NODE_PATH=. jest",

"sideEffects": false,
"types": "dist/index.d.ts",
"version": "1.2.1"
"types": "index.d.ts",
"version": "1.2.2"
}